From b422ead31b077041cb030064008c6cd26ba058d0 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 12 Jan 2011 07:20:11 +0000 Subject: 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. --- configure | 2 +- db/usr/atiti/git | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 db/usr/atiti/git 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" diff --git a/db/usr/atiti/git b/db/usr/atiti/git deleted file mode 100644 index c757dfe..0000000 --- a/db/usr/atiti/git +++ /dev/null @@ -1 +0,0 @@ -git://1.1.123.1/ -- cgit v1.2.3