use shebang lib
This commit is contained in:
parent
284e6b5e8d
commit
1731cb0840
1 changed files with 1 additions and 1 deletions
|
@ -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 -- \"$@\""
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue