summaryrefslogtreecommitdiff
path: root/bin/gitcreate
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-12-21 00:02:55 +0100
committerNWT Administrator <nwt-admin@minobo.das-netzwerkteam.de>2011-12-21 00:03:33 +0100
commit62b47aba27c20caf5d4fb2dea10c3ea1a724d3dd (patch)
tree8228b66e33987542b8a93ec6ebe66af252884bcc /bin/gitcreate
parentbaf582456e485e2e4272c0b888f9ccdb10cde499 (diff)
downloadbuildscripts-62b47aba27c20caf5d4fb2dea10c3ea1a724d3dd.tar.gz
buildscripts-62b47aba27c20caf5d4fb2dea10c3ea1a724d3dd.tar.bz2
buildscripts-62b47aba27c20caf5d4fb2dea10c3ea1a724d3dd.zip
fixed scripts, configured other build servers
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