[PATCH] (issue150) Make -u work as an option

Wald Commits scm-commit at wald.intevation.org
Mon Sep 29 10:20:00 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1411978797 -7200
# Node ID 5e0c338552b44c2e05a34aa12fe62158ef5811f4
# Parent  520d8e6f14a4f2806ffe6d05a4bf2ed77569a402
(issue150) Make -u work as an option

diff -r 520d8e6f14a4 -r 5e0c338552b4 packaging/linux-installer.inc
--- a/packaging/linux-installer.inc	Mon Sep 29 10:07:52 2014 +0200
+++ b/packaging/linux-installer.inc	Mon Sep 29 10:19:57 2014 +0200
@@ -74,7 +74,7 @@
 {
   OPTS=`getopt \
       -l uninstall,update,force,help,prefix:,system,version \
-      -o d,f,p:,s -n "$ME" -- "$@"`
+      -o u,f,p:,s -n "$ME" -- "$@"`
   [ $? -eq 0 ] || usage 23
 
   eval set -- "$OPTS"


More information about the Trustbridge-commits mailing list