# HG changeset patch # User Pascal Bellard # Date 1216205042 0 # Node ID 12a173c42f84e12b37d4e1a5aa1ddc187d4c07d9 # Parent e0d5c358ac7527226f7cd6ee46dd1276e5411111 man: typo, (3) diff -r e0d5c358ac75 -r 12a173c42f84 rootfs/etc/profile --- a/rootfs/etc/profile Wed Jul 16 10:31:48 2008 +0000 +++ b/rootfs/etc/profile Wed Jul 16 10:44:02 2008 +0000 @@ -60,7 +60,7 @@ if [ -f $i/raw-$TOPIC.* ]; then i=$(ls $i/raw-$TOPIC.*) case "$i" in - *gz) (zcat $i || || unlzma -c $i 2> /dev/null) | less -M;; + *gz) (zcat $i || unlzma -c $i 2> /dev/null) | less -M;; *) less -M $i;; esac return