Merge pull request #5852 from berdario/master

hoogle-local-wrapper should quote the command argument
This commit is contained in:
John Wiegley 2015-01-19 09:17:21 -06:00
commit 0ab226f71c

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