mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
* Use exec.
svn path=/nixpkgs/trunk/; revision=13384
This commit is contained in:
parent
53e6c77aca
commit
21c1ee574c
@ -15,7 +15,7 @@ fi
|
||||
|
||||
cat > $wrapper <<EOF
|
||||
#! $SHELL -e
|
||||
$runner $appfile "\$@"
|
||||
exec $runner $appfile "\$@"
|
||||
EOF
|
||||
|
||||
chmod +x $wrapper
|
||||
|
Loading…
Reference in New Issue
Block a user