Skip to content

Commit

Permalink
fix escaping problem in _exec script
Browse files Browse the repository at this point in the history
we need to write a literal "$@".
  • Loading branch information
katrinafyi committed Dec 4, 2024
1 parent 6a33583 commit cceaf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ in
#!${shell}
unset shellHook
source ${rcfile}
exec "$@"
EOF
echo 'exec "$@"' >> ./usr/bin/_exec
chmod +x ./usr/bin/_exec
'';

Expand Down

0 comments on commit cceaf2e

Please sign in to comment.