aboutsummaryrefslogtreecommitdiff
path: root/bin/han.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bin/han.bash')
-rw-r--r--bin/han.bash6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/han.bash b/bin/han.bash
index e44ffb97..8a289e6e 100644
--- a/bin/han.bash
+++ b/bin/han.bash
@@ -1,9 +1,9 @@
# Abstract calls to Bash help vs man(1)
self=han
-# Ensure we're using at least version 2.05. Weird arithmetic syntax needed here
-# due to leading zeroes and trailing letters in some 2.x version numbers (e.g.
-# 2.05a).
+# Ensure we're using at least version 2.05. Weird arithmetic syntax needed
+# here due to leading zeroes and trailing letters in some 2.x version numbers
+# (e.g. 2.05a).
# shellcheck disable=SC2128
[ -n "$BASH_VERSINFO" ] || exit
((BASH_VERSINFO[0] == 2)) &&