Package: gt5
Version: 1.5.0~20111220+bzr29-1
Severity: normal
Tags: patch
Dear Maintainer,
options like --max-depth or --cut-at are not used because they are overwritten
by the default options. a fix is attached.
-- System Information:
Debian Release: 7.6
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- a/usr/bin/gt5 2011-12-22 04:31:53.000000000 +0100
+++ b/usr/bin/gt5 2014-08-19 14:26:41.000000000 +0200
@@ -503,7 +503,6 @@
Initialize
Initialize_tempdir
-Options "$@"
SPACE="_escaped_${RANDOM}_space_"
TAB="_escaped_${RANDOM}_tab_"
@@ -517,6 +516,8 @@
UNIT=K
X=x
+Options "$@"
+
# Treat options: ------------------------------------------------------
[ "$CD" ] && cd "$OLDPWD"