git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1253 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -73,11 +73,6 @@ help_msg() {
# ---- Parse options + config and make Build-Pkg sub-calls
#
if [ -z "$1" ] ; then
help_msg ; exit 1
fi
while [ "$1" ] ; do
case "$1" in
-this_is_the_2nd_run) this_is_the_2nd_run=1 ;;