diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-22 15:30:26 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-22 15:30:26 +0100 |
commit | 944446d709bcb4a0ca3e06478313f2fdd6d6dfc5 (patch) | |
tree | 5af37cb3846fa3b91c742f71834d7fb6d6a9ff70 /etc/functions | |
parent | a44fe40b707da76682d7aee1c01775694a35ca17 (diff) |
Fixed youtube-watch function
Diffstat (limited to 'etc/functions')
-rwxr-xr-x | etc/functions/youtube-watch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |