diff options
-rwxr-xr-x | bin/gitcreate | 1 |
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) |