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/ls.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc.d/ls.bash') diff --git a/bash/bashrc.d/ls.bash b/bash/bashrc.d/ls.bash index 4890d1ac..6fa20da9 100644 --- a/bash/bashrc.d/ls.bash +++ b/bash/bashrc.d/ls.bash @@ -15,7 +15,7 @@ __lsopts() { fi # Print the options as a single string, space-delimited - printf '%s' "${lsopts[*]}" + printf %s "${lsopts[*]}" } # Alias ls with these options -- cgit v1.2.3