--- linuxsampler/trunk/scripts/generate_parser.sh 2014/03/09 21:34:03 2534 +++ linuxsampler/trunk/scripts/generate_lscp_parser.sh 2014/05/30 12:48:05 2581 @@ -30,7 +30,7 @@ echo "Done" echo -n "Updating Documentation/lscp.xml..." -(cd $SCRIPTS_DIR && ./update_grammar.pl) +(cd $SCRIPTS_DIR && ./update_lscp_grammar.pl) echo "Done" echo -n "Generating src/network/lscp_shell_reference.cpp..."