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:
parent
a637e6e5a8
commit
51884e68dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user