# HG changeset patch # User d3v11 # Date 1323555798 0 # Node ID f1f0ab9d41b79c8c792cd9758e8e195ecce84b0a # Parent 3a89ce26d4254d421b397a9a7b27b728f8eefc2b 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 diff -r 3a89ce26d425 -r f1f0ab9d41b7 configure --- a/configure Wed Dec 07 12:50:07 2011 +0000 +++ b/configure Sat Dec 10 22:23:18 2011 +0000 @@ -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"