1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

Address feedback around printf & exec

This commit is contained in:
Graham Christensen 2017-07-11 20:25:35 -04:00
parent 6a4037ca05
commit 657b47e1b3
No known key found for this signature in database
GPG key ID: 06121D366FE9435C
2 changed files with 2 additions and 2 deletions

View file

@ -199,7 +199,7 @@ __sudo() {
echo "I am executing:"
echo ""
echo " $ sudo $cmd"
printf " $ sudo %s\n" "$cmd"
echo ""
echo "$expl"
echo ""