mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Have create-tarballs set directory correctly
This commit is contained in:
parent
dfdc15671b
commit
242d6e8389
@ -1,5 +1,12 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
echo $DIR
|
||||
|
||||
(
|
||||
cd $DIR/..
|
||||
|
||||
shopt -s nullglob
|
||||
|
||||
mkdir -p tarballs
|
||||
@ -22,3 +29,5 @@ do
|
||||
rm -rf tmp
|
||||
)
|
||||
done
|
||||
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user