# HG changeset patch # User Pascal Bellard # Date 1311673676 -7200 # Node ID 821ab7663f4e809610b9087e39f17a24d11153e1 # Parent 6b69e208e7511e5fc8d4a003f2a3e4c22dbf010e mpd: typo in init script diff -r 6b69e208e751 -r 821ab7663f4e mpd/stuff/etc/init.d/mpd --- a/mpd/stuff/etc/init.d/mpd Tue Jul 26 11:44:53 2011 +0200 +++ b/mpd/stuff/etc/init.d/mpd Tue Jul 26 11:47:56 2011 +0200 @@ -32,7 +32,7 @@ ;; *) echo "" - echo -e "33[1mUsage:33[0m /etc/init.d/basename $0 [start|stop|restart]" + echo -e "\033[1mUsage:\033[0m /etc/init.d/$(basename $0) [start|stop|restart]" echo "" exit 1 ;;