diff options
Diffstat (limited to 'etc/functions/rtab')
-rwxr-xr-x | etc/functions/rtab | 4 |
1 files changed, 4 insertions, 0 deletions
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 |