From c740ed2e0764e9cd88b6a80a9214cc5d770890e7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 21 Aug 2013 16:26:30 +1200 Subject: Standardise use of printf --- bash/bashrc.d/grep.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc.d/grep.bash') diff --git a/bash/bashrc.d/grep.bash b/bash/bashrc.d/grep.bash index e3efe13c..440c8f70 100644 --- a/bash/bashrc.d/grep.bash +++ b/bash/bashrc.d/grep.bash @@ -28,7 +28,7 @@ __grepopts() { fi # Print the options as a single string, space-delimited - printf '%s' "${grepopts[*]}" + printf %s "${grepopts[*]}" } # Alias grep with those options -- cgit v1.2.3