diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-04 13:58:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-04 13:58:09 -0400 |
commit | 9e4a4cdde12748ac2220cf1d08fcf63ca22c97c4 (patch) | |
tree | 869c5d6505ad68de619862fbb105995dd509097d /standalone/linux | |
parent | 7ddba250a8956123a9e577adf18ad2057acfd7b7 (diff) |
fix logic
Diffstat (limited to 'standalone/linux')
-rwxr-xr-x | standalone/linux/install-haskell-packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/linux/install-haskell-packages b/standalone/linux/install-haskell-packages index 8c6def529..15b968c43 100755 --- a/standalone/linux/install-haskell-packages +++ b/standalone/linux/install-haskell-packages @@ -13,7 +13,7 @@ set -e -if [ ! -d ../haskell-patches ]; then +if [ ! -d haskell-patches ]; then cd standalone/linux fi |