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