diff options
author | Nick <nick@somerandomnick.ano> | 2011-01-12 07:20:11 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2011-01-12 07:20:11 +0000 |
commit | b422ead31b077041cb030064008c6cd26ba058d0 (patch) | |
tree | 7bc3a22fe050f80d13d2946d1674167a47686d9d /configure | |
parent | c964d8bbde489b54db02be6e399d9ab364265765 (diff) | |
download | resdb-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh vars="gitd_ip gitd_basepath git_name git_email tinydns_config tinydns__tldsrvrname tinydns__tldsrvrip" |