aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/tree.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-15 12:28:55 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-15 12:28:55 +1300
commit1185a9f0b92ecc7feeccfb412f9dc81f891f8780 (patch)
tree3705ad17d6d7215020513c836abc0e992372b0b8 /sh/shrc.d/tree.sh
parentMerge branch 'feature/bin-review' into develop (diff)
parentRemove unused `self` var from clog(1df) (diff)
downloaddotfiles-1185a9f0b92ecc7feeccfb412f9dc81f891f8780.tar.gz
dotfiles-1185a9f0b92ecc7feeccfb412f9dc81f891f8780.zip
Merge branch 'feature/shellcheck-...' into develop
* feature/shellcheck-0.4.7-review: Remove unused `self` var from clog(1df) Change double-quote printf pattern to single-quote Move ShellCheck line to correct place in sra(1df) Quote EDITOR/VISUAL assignments for clarity Explicitly ignore uninteresting tree(1) opts
Diffstat (limited to 'sh/shrc.d/tree.sh')
-rw-r--r--sh/shrc.d/tree.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/shrc.d/tree.sh b/sh/shrc.d/tree.sh
index ca134fe2..d462f3e1 100644
--- a/sh/shrc.d/tree.sh
+++ b/sh/shrc.d/tree.sh
@@ -12,6 +12,7 @@ tree() {
case $opt in
n) n=1 ;;
C) C=1 ;;
+ *) ;;
esac
done
[ -z "$C" ] || exit 0