summaryrefslogtreecommitdiff
path: root/bin/gitcreate
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gitcreate')
-rwxr-xr-xbin/gitcreate1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/gitcreate b/bin/gitcreate
index 3d93faf..bfceb21 100755
--- a/bin/gitcreate
+++ b/bin/gitcreate
@@ -9,7 +9,6 @@ GIT_SSH_PORT=22
PREFIX=$(echo `basename $0` | cut -d"-" -f1)
. ~/.buildscripts/$PREFIX.conf
-
for pkg in "$@"; do
subdir=$(dirname $pkg)/
pkg=$(basename $pkg)