From 62b47aba27c20caf5d4fb2dea10c3ea1a724d3dd Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 21 Dec 2011 00:02:55 +0100 Subject: fixed scripts, configured other build servers --- bin/gitcreate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/gitcreate') diff --git a/bin/gitcreate b/bin/gitcreate index 612173b..159b298 100755 --- a/bin/gitcreate +++ b/bin/gitcreate @@ -6,7 +6,7 @@ GIT_USER= GIT_HOSTNAME= GIT_SSH_PORT=22 -PREFIX=$(echo $0 | cut -d"-" -f1) +PREFIX=$(echo `basename $0` | cut -d"-" -f1) . ~/.buildscripts/$PREFIX.conf -- cgit v1.2.3