Skip to content

Commit

Permalink
contrib: To please the windows build bot allow to use the old command…
Browse files Browse the repository at this point in the history
… line switch.
  • Loading branch information
pdherbemont committed Oct 31, 2010
1 parent 78c576d commit 2c9005b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extras/contrib/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c9005b

Please sign in to comment.