Changeset 5756 for trunk/scripts

Show
Ignore:
Timestamp:
11/06/07 04:24:49 (13 months ago)
Author:
erijo
Message:

Recognize longopts

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/create-licq-tarball.sh

    r5755 r5756  
    5858 
    5959# Parse command line options 
    60 args=$(getopt -n "$0" -o h,r:,o:,n:,g,b,s -l help -- $*) 
     60args=$(getopt -n "$0" -o h,r:,o:,n:,g,b,s -l help,gzip,bzip2,sign -- $*) 
    6161if [ $? -ne 0 ]; then 
    6262    echo ""