1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

Fix a typo.

This commit is contained in:
Rob Rix 2019-11-01 09:10:49 -04:00
parent a637e6e5a8
commit 51884e68dd
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -9,7 +9,7 @@ cd $(dirname "$0")/..
repl_builddir=dist-repl
if [[ ! -d $repl_builddir ]]; then
echo "$repl_builddir does not exist, first run 'cabal repl --builddir=$replbuilddir', exit, and then re-run $0"
echo "$repl_builddir does not exist, first run 'cabal repl --builddir=$repl_builddir', exit, and then re-run $0"
else
cabal exec --builddir=$repl_builddir ghci -- -ghci-script=.ghci.semantic $@
fi