aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 48de870..676a7d3 100755
--- a/kerl
+++ b/kerl
@@ -1482,7 +1482,7 @@ list_print()
if [ -z "$2" ]; then
cat "$KERL_BASE_DIR/otp_$1"
else
- echo $(cat "$KERL_BASE_DIR/otp_$1")
+ cat "$KERL_BASE_DIR/otp_$2"
fi
return 0
fi