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 c8d604a commit e17b374Copy full SHA for e17b374
bootstrap
@@ -282,6 +282,12 @@ if [ $DOWNLOAD$SAVE = yesyes ]; then
282
exit 2
283
fi
284
285
+if [ $# != 0 -a $DOWNLOAD$ALWAYSDOWNLOAD$SAVE != nonono ]; then
286
+ echo >&2 "$0: Cannot combine -d, -D, -s, -u with SPKG arguments"
287
+ usage
288
+ exit 2
289
+fi
290
+
291
# Start cleanly when a full bootstrap is happening (it's not a problem if this fails)
292
# POSIX supports two separate incompatible formats for the MAKEFLAGS
293
# variable, so instead of guessing, we simply define our own variable
0 commit comments