summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2018-10-08 09:57:44 -0400
committerJakob Kaivo <jkk@ung.org>2018-10-08 09:57:44 -0400
commitb0321db03cb0482f4b75a54cba2d81325c470188 (patch)
treedea74b7c791b84e47ce6dde7c759bf2064111313
parentf31bfecb94c63cc83767b63dcf927fa82da7533b (diff)
don't single quot inside single quotes
-rwxr-xr-xcolor-ls6
1 files changed, 3 insertions, 3 deletions
diff --git a/color-ls b/color-ls
index b98027a..5b0930f 100755
--- a/color-ls
+++ b/color-ls
@@ -116,11 +116,11 @@ _colorize () {
}
END {
- if (output == '-x') {
+ if (output == "-x") {
columns_across();
- } else if (output == '-C') {
+ } else if (output == "-C") {
columns_down();
- } else if (output == '-m') {
+ } else if (output == "-m") {
commat_output();
} else {
long_output();