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/youtube-watch | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/functions/youtube-watch') diff --git a/etc/functions/youtube-watch b/etc/functions/youtube-watch index c7940bf..78d7f8a 100755 --- a/etc/functions/youtube-watch +++ b/etc/functions/youtube-watch @@ -5,6 +5,7 @@ typeset -i cache=0 while [[ $* == -* ]] { case $1 in -c) cache=1 + -|--) shift; break ;; esac shift } -- cgit v1.2.3