Changeset 5756 for trunk/scripts
- Timestamp:
- 11/06/07 04:24:49 (13 months ago)
- Files:
-
- 1 modified
-
trunk/scripts/create-licq-tarball.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/create-licq-tarball.sh
r5755 r5756 58 58 59 59 # Parse command line options 60 args=$(getopt -n "$0" -o h,r:,o:,n:,g,b,s -l help -- $*)60 args=$(getopt -n "$0" -o h,r:,o:,n:,g,b,s -l help,gzip,bzip2,sign -- $*) 61 61 if [ $? -ne 0 ]; then 62 62 echo ""
