diff options
author | d3v11 <d3v11@d3v11.ano> | 2011-12-10 22:23:18 +0000 |
---|---|---|
committer | d3v11 <d3v11@d3v11.ano> | 2011-12-10 22:23:18 +0000 |
commit | 12389e4abdd2e008e628cc87ac142a042ac2bfd9 (patch) | |
tree | bbead82c0af7e251d47d7236c45f26d868577d00 | |
parent | 33c66c9a1f41496e99fce9069a02b647b853f421 (diff) | |
download | resdb-12389e4abdd2e008e628cc87ac142a042ac2bfd9.tar.gz resdb-12389e4abdd2e008e628cc87ac142a042ac2bfd9.zip |
i changed the she-bang on configure from sh to bash because it
keeps giving people trouble:
/CA/pikaj00> ./configure: 132: Bad substitution
/CA/pikaj00> root@pikaj00-M-7323U:/services/ircd/resdb#
/relayhell/d3v11> use
/relayhell/d3v11> bash configure
/relayhell/d3v11> did you run that command on slackware?
/relayhell/d3v11> ./configure?
/CA/pikaj00> sorry
/CA/pikaj00> one sec
/CA/pikaj00> yes
/relayhell/d3v11> LOL
/relayhell/d3v11> then the problem is not ubuntu or debian
/CA/shuttle> =)
/relayhell/d3v11> if slackware has the same problem
/CA/pikaj00> bash
/CA/shuttle> what do you think pik
/CA/pikaj00> worked
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash vars="gitd_ip gitd_basepath git_name git_email tinydns_config tinydns__rootsrvrname tinydns__rootsrvrip tinydns__tldsrvrname tinydns__tldsrvrip tinydns__srvrip tinydns__srvrname" |