slitaz-base-files rev 43

man: typo, again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 16 10:31:48 2008 +0000 (2008-07-16)
parents 4b5b837e4791
children 12a173c42f84
files rootfs/etc/profile
line diff
     1.1 --- a/rootfs/etc/profile	Wed Jul 16 10:30:37 2008 +0000
     1.2 +++ b/rootfs/etc/profile	Wed Jul 16 10:31:48 2008 +0000
     1.3 @@ -65,7 +65,7 @@
     1.4  		esac
     1.5  		return
     1.6  	fi
     1.7 -	if [ -f $i/$TOPIC.html]; then
     1.8 +	if [ -f $i/$TOPIC.html ]; then
     1.9  		retawq --dump=file://$i/$TOPIC.html | less -M
    1.10  		return
    1.11  	fi