summaryrefslogtreecommitdiff
path: root/kernel/run
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/run')
-rwxr-xr-xkernel/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/run b/kernel/run
index 26eae12..8c52bd9 100755
--- a/kernel/run
+++ b/kernel/run
@@ -127,7 +127,7 @@ for arg in "$@"; do
"test") action=test;;
"help") action=help;;
*)
- echo "warn: ignoring unknown option '$arg'"
+ # echo "warn: ignoring unknown option '$arg'"
kernel_libary=$arg;;
esac
done