tiger-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tiger-devel] patch sugerstion for the tiger script


From: Ralf . Gans
Subject: [Tiger-devel] patch sugerstion for the tiger script
Date: Fri, 3 Apr 2009 12:48:59 +0200

Hi there,

I'm new to tiger, but I have a suggestion:

I found that ./tiger -t -B /that/dir will not work.

This modification makes it work:

#RPG for parm
#RPG do
#RPG    case $parm in
#RPG    -B) basedir=$2; break;;
#RPG    esac
#RPG done

NEXTisBASE="N"
for parm
do
   if [ "$parm" = -B ]
   then
      NEXTisBASE="Y"
   elif [ "$NEXTisBASE" = "Y" ]
      then
         basedir=$parm
   fi
done

Viele Gruesse,

RPG

**** Ressourcen schonen, weniger drucken - Think before you print! ****

---------------------------------------------------------------------
Diese E-Mail sowie eventuelle Anhänge enthalten vertrauliche und / oder
rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat
sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte
sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren
oder Speichern sowie die unbefugte Weitergabe dieser E-Mail sind nicht
gestattet.

This e-mail and any attachments may contain confidential and / or
privileged information. If you are not the intended recipient or have
received this e-mail in error, please notify the sender immediately and
destroy this e-mail . Any unauthorized copying, storing, disclosure or
distribution of the contents of this e-mail is strictly forbidden.

---------------------------------------------------------------------
HSBC Trinkaus & Burkhardt AG
Sitz: Düsseldorf, Königsallee 21/23, 40212 Düsseldorf, Handelsregister:
Amtsgericht Düsseldorf HRB 54447
Mitglieder des Vorstands: Andreas Schmitz (Sprecher), Paul Hagen, Dr. Olaf
Huth, Carola Gräfin v. Schmettow
Vorsitzender des Aufsichtsrats: Dr. Sieghardt Rometsch






reply via email to

[Prev in Thread] Current Thread [Next in Thread]