summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNick <nick@somerandomnick.ano>2011-01-12 07:20:11 +0000
committerNick <nick@somerandomnick.ano>2011-01-12 07:20:11 +0000
commitb422ead31b077041cb030064008c6cd26ba058d0 (patch)
tree7bc3a22fe050f80d13d2946d1674167a47686d9d /configure
parentc964d8bbde489b54db02be6e399d9ab364265765 (diff)
downloadresdb-b422ead31b077041cb030064008c6cd26ba058d0.tar.gz
resdb-b422ead31b077041cb030064008c6cd26ba058d0.zip
Revert "Added git path (Atiti)"
This reverts commit c964d8bbde489b54db02be6e399d9ab364265765. Setting configure to force bash is inappropriate. configure can use any shell with korn or compatible features, and on most systems /bin/sh points to such a shell. Ubutnu breaks compatibility by changing /bin/sh to dash. The solution is to fix Ubuntu, not to break the configure script.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c585b98..9f6c8c0 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
vars="gitd_ip gitd_basepath git_name git_email tinydns_config tinydns__tldsrvrname tinydns__tldsrvrip"