From 4b4dfa40af811da5e1bc1f2b66495a8c1f3156e9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 26 Aug 2013 15:35:58 +1200 Subject: More sensible use of printf --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 949c0498..dbd687c6 100755 --- a/install +++ b/install @@ -3,7 +3,7 @@ # Define dotfiles directory and check it exists dotfiles=$HOME/.dotfiles if [[ ! -d $dotfiles ]]; then - printf %s "Could not find $dotfiles!\n" >&2 + printf 'Could not find %s!\n' "$dotfiles" >&2 exit 1 fi -- cgit v1.2.3