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 178a4bb commit 28a3f16Copy full SHA for 28a3f16
bootstrap-osg-test
@@ -13,7 +13,7 @@ on_error_die()
13
fi
14
}
15
16
-if [ $# -lt 1 ]; then
+if [ $# -ne 1 ]; then
17
echo "Requires the major version number, i.e. 3.2 for 3.2.0"
18
echo "usage: $0 <major version> [testing|development]"
19
exit 1
0 commit comments