1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 07:48:58 +00:00

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