SOURCES: lesspipe.sh - silly typo
glen
glen at pld-linux.org
Mon Jan 21 17:25:14 CET 2008
Author: glen Date: Mon Jan 21 16:25:14 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- silly typo
---- Files affected:
SOURCES:
lesspipe.sh (1.28 -> 1.29)
---- Diffs:
================================================================
Index: SOURCES/lesspipe.sh
diff -u SOURCES/lesspipe.sh:1.28 SOURCES/lesspipe.sh:1.29
--- SOURCES/lesspipe.sh:1.28 Sun Jan 20 18:19:49 2008
+++ SOURCES/lesspipe.sh Mon Jan 21 17:25:09 2008
@@ -54,7 +54,7 @@
*.bz) bzip -dc -- "$1" ;;
*.bz2) bzip2 -dc -- "$1" ;;
*.lzma) lzma d -so -- "$1" ;;
- *.zip|*.jar|*.xpi|*.pk3) 7z l "$1" || unzip -l "$1" ;;|
+ *.zip|*.jar|*.xpi|*.pk3) 7z l "$1" || unzip -l "$1" ;;
*.rpm) rpm -qpivl --changelog -- "$1" ;;
*.rar) unrar -p- l -- "$1" ;;
*.cpi|*.cpio) cpio -itv < "$1" ;;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lesspipe.sh?r1=1.28&r2=1.29&f=u
More information about the pld-cvs-commit
mailing list