aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 19cbd6e..7774dc0 100755
--- a/kerl
+++ b/kerl
@@ -1434,7 +1434,7 @@ maybe_remove() {
list_print() {
if [ -f "$KERL_BASE_DIR/otp_$1" ]; then
- if [ "$(wc -l "$KERL_BASE_DIR/otp_$1")" -ne 0 ]; then
+ if [ "$(wc -l "$KERL_BASE_DIR/otp_$1")" != '0' ]; then
if [ -z "$2" ]; then
cat "$KERL_BASE_DIR/otp_$1"
else