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