Browse Source

Removed superfluous ''s from bin/*

karasz/new-early
Alejandro Mery 17 years ago
parent
commit
84e07e9320
4 changed files with 6 additions and 6 deletions
  1. +1
    -1
      bin/sde-create-package
  2. +3
    -3
      bin/sde-patch-copyright
  3. +1
    -1
      bin/sde-update-package
  4. +1
    -1
      bin/sde-update-tree

+ 1
- 1
bin/sde-create-package

@ -43,7 +43,7 @@ EOT
done
}
shortopts=''
shortopts=
longopts='help,hive:,hivelist'
options=$( getopt -o "$shortopts" -l "$longopts" -- "$@" )
if [ $? -ne 0 ]; then

+ 3
- 3
bin/sde-patch-copyright

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: bin/sde-patch-copyright
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -25,8 +25,8 @@ Usage: $progname [FILES...]
EOT
}
shortopts=''
longopts=''
shortopts=
longopts=
options=$( getopt -o "$shortopts" -l "$longopts" -- "$@" )
if [ $? -ne 0 ]; then
list_usage

+ 1
- 1
bin/sde-update-package

@ -39,7 +39,7 @@ Usage: ${progname//-/ } [--location ] [] []
EOT
}
shortopts=''
shortopts=
longopts='help,location:,no-location,md5:'
options=$( getopt -o "$shortopts" -l "$longopts" -- "$@" )
if [ $? -ne 0 ]; then

+ 1
- 1
bin/sde-update-tree

@ -27,7 +27,7 @@ update_usage() {
EOT
}
shortopts=''
shortopts=
longopts='help'
options=$( getopt -o "$shortopts" -l "$longopts" -- "$@" )
if [ $? -ne 0 ]; then

Loading…
Cancel
Save