mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-31 16:40:26 +01:00
Tweak a shell script
This commit is contained in:
parent
f131458c4a
commit
5b8084e28f
@ -2,10 +2,8 @@
|
|||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
echo $DIR
|
|
||||||
|
|
||||||
(
|
(
|
||||||
cd $DIR/..
|
cd "$DIR/.."
|
||||||
|
|
||||||
shopt -s nullglob
|
shopt -s nullglob
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user