Commit 2c9005be authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

contrib: To please the windows build bot allow to use the old command line switch.

parent 78c576d8
......@@ -89,6 +89,10 @@ done
shift $(($OPTIND - 1))
if [ "x$1" != "x" ]; then
error "Fallback to old command line switch, use the -t option now"
TARGET="$1"
fi
if [ "x$2" != "x" ]; then
usage
exit 1
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