use shebang lib

This commit is contained in:
Joey Hess 2014-03-23 08:17:03 -04:00
parent 284e6b5e8d
commit 1731cb0840
Failed to extract signature

View file

@ -92,7 +92,7 @@ installNautilus program = do
where
genscript scriptdir action =
installscript (scriptdir </> scriptname action) $ unlines
[ "#!/bin/sh"
[ shebang_local
, autoaddedcomment
, "exec " ++ program ++ " " ++ action ++ " --notify-start --notify-finish -- \"$@\""
]