updating script.
This commit is contained in:
Vendored
+1
-1
@@ -1 +1 @@
|
|||||||
-kr -nut -nlp -ip4 -cli4 -bfda -nbc -nbbo -c0 -cd0 -cp0 -di0 -l79 -nhnl
|
-kr -nut -nlp -ip4 -cli4 -bfda -nbc -nbbo -c0 -cd0 -cp0 -di0 -l79
|
||||||
|
|||||||
@@ -5,9 +5,11 @@
|
|||||||
[ -x /usr/bin/indent ] || exit 0
|
[ -x /usr/bin/indent ] || exit 0
|
||||||
[ -x /usr/bin/dos2unix ] || exit 0
|
[ -x /usr/bin/dos2unix ] || exit 0
|
||||||
|
|
||||||
if [ ! -x .indent.pro ]
|
INDENTRC=".indent.pro"
|
||||||
|
if [ ! -x ${INDENTRC} ]
|
||||||
then
|
then
|
||||||
echo "-kr -nut -nlp -ip4 -cli4 -bfda -nbc -nbbo -c0 -cd0 -cp0 -di0 -l79" > .indent.pro
|
echo No ${INDENTRC} file found. Creating ${INDENTRC} file.
|
||||||
|
echo "-kr -nut -nlp -ip4 -cli4 -bfda -nbc -nbbo -c0 -cd0 -cp0 -di0 -l79 -nhnl" > ${INDENTRC}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
directory=${1-`pwd`}
|
directory=${1-`pwd`}
|
||||||
|
|||||||
Reference in New Issue
Block a user