Skip to content

Commit

Permalink
Merge pull request NixOS#910 from Gabriel439/patch-1
Browse files Browse the repository at this point in the history
Fix `??` in Nix warning message
  • Loading branch information
domenkozar committed May 30, 2016
2 parents 75d2492 + 3889415 commit d593625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-nix-from-closure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo "performing a single-user installation of Nix..." >&2

if ! [ -e $dest ]; then
cmd="mkdir -m 0755 $dest && chown $USER $dest"
echo "directory $dest does not exist; creating it by running $cmd using sudo" >&2
echo "directory $dest does not exist; creating it by running '$cmd' using sudo" >&2
if ! sudo sh -c "$cmd"; then
echo "$0: please manually run ‘$cmd’ as root to create $dest" >&2
exit 1
Expand Down

0 comments on commit d593625

Please sign in to comment.