diff options
author | Graham Christensen <graham@grahamc.com> | 2017-07-12T00·25-0400 |
---|---|---|
committer | Graham Christensen <graham@grahamc.com> | 2017-07-14T16·11-0400 |
commit | 657b47e1b30d28760fab639532cd42535da9a097 (patch) | |
tree | 1d0458140274e7ad041ce0b0460cd91fec3c6dd0 /scripts/install-darwin-multi-user.sh | |
parent | 6a4037ca05cdfd04e468115be1905eace8f6f57c (diff) |
Address feedback around printf & exec
Diffstat (limited to 'scripts/install-darwin-multi-user.sh')
-rw-r--r-- | scripts/install-darwin-multi-user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-darwin-multi-user.sh b/scripts/install-darwin-multi-user.sh index 3901ebe2d601..01a0e4ffb4e1 100644 --- a/scripts/install-darwin-multi-user.sh +++ b/scripts/install-darwin-multi-user.sh @@ -199,7 +199,7 @@ __sudo() { echo "I am executing:" echo "" - echo " $ sudo $cmd" + printf " $ sudo %s\n" "$cmd" echo "" echo "$expl" echo "" |