diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-12-21 00:02:55 +0100 |
---|---|---|
committer | NWT Administrator <nwt-admin@minobo.das-netzwerkteam.de> | 2011-12-21 00:03:33 +0100 |
commit | 62b47aba27c20caf5d4fb2dea10c3ea1a724d3dd (patch) | |
tree | 8228b66e33987542b8a93ec6ebe66af252884bcc /bin/gitcreate | |
parent | baf582456e485e2e4272c0b888f9ccdb10cde499 (diff) | |
download | buildscripts-62b47aba27c20caf5d4fb2dea10c3ea1a724d3dd.tar.gz buildscripts-62b47aba27c20caf5d4fb2dea10c3ea1a724d3dd.tar.bz2 buildscripts-62b47aba27c20caf5d4fb2dea10c3ea1a724d3dd.zip |
fixed scripts, configured other build servers
Diffstat (limited to 'bin/gitcreate')
-rwxr-xr-x | bin/gitcreate | 2 |
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 |