slitaz-base-files rev 44

man: typo, (3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 16 10:44:02 2008 +0000 (2008-07-16)
parents e0d5c358ac75
children fe0055196ad1
files rootfs/etc/profile
line diff
     1.1 --- a/rootfs/etc/profile	Wed Jul 16 10:31:48 2008 +0000
     1.2 +++ b/rootfs/etc/profile	Wed Jul 16 10:44:02 2008 +0000
     1.3 @@ -60,7 +60,7 @@
     1.4  	if [ -f $i/raw-$TOPIC.* ]; then
     1.5  		i=$(ls $i/raw-$TOPIC.*)
     1.6  		case "$i" in
     1.7 -		*gz) (zcat $i || || unlzma -c $i 2> /dev/null) | less -M;;
     1.8 +		*gz) (zcat $i || unlzma -c $i 2> /dev/null) | less -M;;
     1.9  		*) less -M $i;;
    1.10  		esac
    1.11  		return