summaryrefslogtreecommitdiff
path: root/Assistant
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant')
-rw-r--r--Assistant/Install.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Install.hs b/Assistant/Install.hs
index f7190ecdc..4d02c0ece 100644
--- a/Assistant/Install.hs
+++ b/Assistant/Install.hs
@@ -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 -- \"$@\""
]