We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9d018 commit fb1d8fdCopy full SHA for fb1d8fd
dist/bin/dotr
@@ -88,7 +88,7 @@ elif [ $execute_repl == true ] || [ ${#residual_args[@]} -ne 0 ]; then
88
else
89
cp_arg+="$PSEP$CLASS_PATH"
90
fi
91
- if [ $class_path_count > 1 ]; then
+ if [ "$class_path_count" -gt 1 ]; then
92
echo "warning: multiple classpaths are found, dotr only use the last one."
93
94
if [ $with_compiler == true ]; then
0 commit comments