From a44fe40b707da76682d7aee1c01775694a35ca17 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Mar 2009 13:26:13 +0100 Subject: functions: - / -- designate end of options --- etc/functions/rtab | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/functions/rtab') diff --git a/etc/functions/rtab b/etc/functions/rtab index ca68dec..f1465d8 100755 --- a/etc/functions/rtab +++ b/etc/functions/rtab @@ -52,6 +52,10 @@ while [[ $1 == -* ]]; do tilde=1 named=1 ;; + -|--) + shift + break + ;; esac shift done -- cgit v1.2.3