summaryrefslogtreecommitdiff
path: root/bin/gitcreate
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gitcreate')
-rwxr-xr-xbin/gitcreate2
1 files changed, 1 insertions, 1 deletions
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