Skip to content

Commit

Permalink
Fixed old program name variable that was still in use.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Petersen committed May 9, 2014
1 parent eb895fc commit 1fad19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/ser2sock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ case "$1" in
start
;;
*)
echo $"Usage: $PROG_NAME {start|stop|restart}"
echo $"Usage: $PROGRAM_NAME {start|stop|restart}"
exit 1
esac

Expand Down

0 comments on commit 1fad19b

Please sign in to comment.