]> git.sesse.net Git - mlt/blob - reconfigure
Remove docs/TODO, docs/policies.txt, docs/services/txt. All that
[mlt] / reconfigure
1 #!/bin/sh
2 if [ -s "config.log" ]; then
3         $(tail -1 config.log) $@
4 else
5         echo The file \"config.log\" does not exist.
6         echo You must run configure first. 
7 fi