wok diff mpd/stuff/etc/init.d/mpd @ rev 11255

Add from wok-undigest: libruby-extras
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 07 16:56:08 2011 +0100 (2011-11-07)
parents 6b69e208e751
children 8ebec64e4191
line diff
     1.1 --- a/mpd/stuff/etc/init.d/mpd	Tue Jul 26 11:44:53 2011 +0200
     1.2 +++ b/mpd/stuff/etc/init.d/mpd	Mon Nov 07 16:56:08 2011 +0100
     1.3 @@ -32,7 +32,7 @@
     1.4  	;;
     1.5  *)
     1.6  	echo ""
     1.7 -	echo -e "33[1mUsage:33[0m /etc/init.d/basename $0 [start|stop|restart]"
     1.8 +	echo -e "\033[1mUsage:\033[0m /etc/init.d/$(basename $0) [start|stop|restart]"
     1.9  	echo ""
    1.10  	exit 1
    1.11  	;;