hoogle-local-wrapper should quote the command argument

This commit is contained in:
Dario Bertini
2015-01-19 13:19:10 +00:00
parent f366483f36
commit ddb32dcb7e

View File

@@ -3,4 +3,4 @@
COMMAND=$1
shift
HOOGLE_DOC_PATH=@out@/share/hoogle/doc exec @hoogle@/bin/hoogle \
$COMMAND -d @out@/share/hoogle "$@"
"$COMMAND" -d @out@/share/hoogle "$@"