From 35648f67f66e4992a9991ec52d168c198b0495a1 Mon Sep 17 00:00:00 2001 From: zimoch <zimoch> Date: Wed, 27 Oct 2010 10:04:48 +0000 Subject: [PATCH] bufgix --- App/scripts/bootinfo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/App/scripts/bootinfo b/App/scripts/bootinfo index 2a595a16..d3b8d235 100755 --- a/App/scripts/bootinfo +++ b/App/scripts/bootinfo @@ -30,7 +30,7 @@ function help() { function version() { echo 'Author: D. Zimoch' - echo '$Date: 2010/10/27 09:55:05 $' + echo '$Date: 2010/10/27 10:04:48 $' echo '$Source: /cvs/G/DRV/misc/App/scripts/bootinfo,v $' exit 0 } @@ -46,7 +46,7 @@ do --noheader) OPTS="SET HEADING OFF;" ;; -*h* | -*\?* | --help) help ;; -*v* | --version) version ;; - --) shift; if [ -z "$SEL" ]; then set -- -a "$@"; else break; fi ;; + --) shift; if [ -z "$SEL" ]; then set -- -a -- "$@"; continue; else break; fi ;; -*) OPTION=$1 while true do @@ -114,7 +114,7 @@ ORDER BY ${ORDER}; EXIT EOF # $Name: $ -# $Id: bootinfo,v 1.24 2010/10/27 09:55:05 zimoch Exp $ +# $Id: bootinfo,v 1.25 2010/10/27 10:04:48 zimoch Exp $ # $Source: /cvs/G/DRV/misc/App/scripts/bootinfo,v $ -# $Revision: 1.24 $ +# $Revision: 1.25 $ -- GitLab