Fixing scripts.

This commit is contained in:
skarg
2007-10-28 13:26:10 +00:00
parent 25902a751f
commit f9586e3b44
3 changed files with 34 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
# indent uses a local indent.pro file if it exists
# File must be in consistent unix format before indenting
# exit silently if utility is not installed
[ -x /usr/bin/indent ] || exit 0
[ -x /usr/bin/dos2unix ] || exit 0