From e4ada9fa431b4105012917480b4f19d37078a037 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 7 Jul 2014 14:22:49 -0700 Subject: [PATCH] Revert part of the change from e0537ce3dfba5c5bcfc78f5ba29c759de9e397ad, fixes #458 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3879245..977e224 100755 --- a/install.sh +++ b/install.sh @@ -113,7 +113,7 @@ if [ -z "$PROFILE" ] || [ ! -f "$PROFILE" ] ; then fi echo " OR" echo "=> Append the following lines to the correct file yourself:" - printf "%s" "$SOURCE_STR" + printf "$SOURCE_STR" echo else if ! grep -qc 'nvm.sh' "$PROFILE"; then