diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-12 15:36:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-12 15:36:56 -0400 |
commit | ead43f88a3f383621444e78bdbba86c9f3ee0b8a (patch) | |
tree | 798a806560af0293c79e1c8a2d2171e7eae3ed57 /standalone | |
parent | 7114cf3d31a8e5bbe7044370a2db6e63c3e18e50 (diff) |
remove one shift too many
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/linux/install-haskell-packages | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/standalone/linux/install-haskell-packages b/standalone/linux/install-haskell-packages index f5fd4edfa..03d067087 100755 --- a/standalone/linux/install-haskell-packages +++ b/standalone/linux/install-haskell-packages @@ -28,7 +28,6 @@ patched () { pkg=$1 shift 1 cabal unpack $pkg$1 - shift 1 cd $pkg* git init git config user.name dummy |