From f646cc5eb8697ff7fee278f1a66b2a4d62340228 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Fri, 29 Aug 2003 23:50:50 +0000 Subject: [PATCH] oops - unneeded check removed ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1253 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Build-Pkg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/Build-Pkg b/scripts/Build-Pkg index 5787a65d1..fd761a7c4 100755 --- a/scripts/Build-Pkg +++ b/scripts/Build-Pkg @@ -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 ;;