remove one shift too many
This commit is contained in:
parent
3735e64c61
commit
47164fb844
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ patched () {
|
||||||
pkg=$1
|
pkg=$1
|
||||||
shift 1
|
shift 1
|
||||||
cabal unpack $pkg$1
|
cabal unpack $pkg$1
|
||||||
shift 1
|
|
||||||
cd $pkg*
|
cd $pkg*
|
||||||
git init
|
git init
|
||||||
git config user.name dummy
|
git config user.name dummy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue