]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- cvsup mode
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 29 Jan 2010 19:56:07 +0000 (19:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    relup.sh -> 1.20

relup.sh

index bde40673496d363fbec3f0bb559fca49407cabaa..5ed7e46c39b81c82e3562bec27f4895631e5277f 100644 (file)
--- a/relup.sh
+++ b/relup.sh
@@ -59,7 +59,7 @@ if [ ! -x /usr/bin/getopt ]; then
        exit 1
 fi
 
-t=$(getopt -o 'm:ith' -n "${0##*/}" -- "$@") || exit $?
+t=$(getopt -o 'm:iuth' -n "${0##*/}" -- "$@") || exit $?
 # Note the quotes around `$t': they are essential!
 eval set -- "$t"
 
This page took 0.026447 seconds and 4 git commands to generate.