We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6624b64 commit 108a997Copy full SHA for 108a997
install.sh
@@ -9,7 +9,7 @@ else
9
echo "Haskell stack not found."
10
echo "Installing Haskell stack to."
11
curl -sSL https://get.haskellstack.org/ | sh
12
- if [[ -x "$install_path/stack" ]]; then
+ if command -v stack &> /dev/null ; then
13
echo "Haskell stack installation successful."
14
else
15
echo "Haskell stack installation unsuccessful."
0 commit comments