From 944446d709bcb4a0ca3e06478313f2fdd6d6dfc5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Mar 2009 15:30:26 +0100 Subject: Fixed youtube-watch function --- etc/functions/youtube-watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/functions/youtube-watch b/etc/functions/youtube-watch index 78d7f8a..418201b 100755 --- a/etc/functions/youtube-watch +++ b/etc/functions/youtube-watch @@ -4,7 +4,7 @@ typeset -i cache=0 while [[ $* == -* ]] { case $1 in - -c) cache=1 + -c) cache=1 ;; -|--) shift; break ;; esac shift -- cgit v1.2.3