Commit 2df9134e authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix recursion in parse_cmd_pre

parent a1a7c6ef
...@@ -182,7 +182,7 @@ parse_cmd_pre_spec() ...@@ -182,7 +182,7 @@ parse_cmd_pre_spec()
else else
local SPEC=$(get_gear_spec) local SPEC=$(get_gear_spec)
[ -f "$SPEC" ] && echo "Using autodetected spec $SPEC..." [ -f "$SPEC" ] && echo "Using autodetected spec $SPEC..."
parse_cmd_pre_spec $SPEC "$@" parse_cmd_pre $SPEC "$@"
fi fi
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment