remove one shift too many

This commit is contained in:
Joey Hess 2014-09-12 15:36:56 -04:00
parent 3735e64c61
commit 47164fb844

View file

@ -28,7 +28,6 @@ patched () {
pkg=$1
shift 1
cabal unpack $pkg$1
shift 1
cd $pkg*
git init
git config user.name dummy