mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Script fix
This commit is contained in:
parent
61818f6ff8
commit
c605f4221c
@ -1,5 +1,7 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
shopt -s nullglob
|
||||
|
||||
mkdir -p patches work
|
||||
|
||||
for f in work/*
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
shopt -s nullglob
|
||||
|
||||
mkdir -p tarballs
|
||||
|
||||
for f in patches/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user