Browse Source

oops - unneeded check removed ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1253 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
f646cc5eb8
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      scripts/Build-Pkg

+ 0
- 5
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 ;;

Loading…
Cancel
Save