summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-22 15:30:26 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-22 15:30:26 +0100
commit944446d709bcb4a0ca3e06478313f2fdd6d6dfc5 (patch)
tree5af37cb3846fa3b91c742f71834d7fb6d6a9ff70 /etc
parenta44fe40b707da76682d7aee1c01775694a35ca17 (diff)
Fixed youtube-watch function
Diffstat (limited to 'etc')
-rwxr-xr-xetc/functions/youtube-watch2
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