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
No known key found for this signature in database
GPG Key ID: B002EFE5F9B7F7F4

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 "$@"