summaryrefslogtreecommitdiff
path: root/etc/functions/rtab
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions/rtab')
-rwxr-xr-xetc/functions/rtab4
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