wok rev 10909
mpd: typo in init script
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 26 11:47:56 2011 +0200 (2011-07-26) |
parents | 6b69e208e751 |
children | fc077654c9ac |
files | mpd/stuff/etc/init.d/mpd |
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 Tue Jul 26 11:47:56 2011 +0200 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 ;;