Style cleanup: use 2 spaces for indentation in bundle scripts

This commit is contained in:
Sergey Sharybin
2012-05-10 11:17:15 +00:00
parent cc5f18693f
commit 4bf0e61de2
2 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
#!/bin/sh
if [ "x$1" = "x--i-really-know-what-im-doing" ] ; then
echo Proceeding as requested by command line ...
echo Proceeding as requested by command line ...
else
echo "*** Please run again with --i-really-know-what-im-doing ..."
exit 1
echo "*** Please run again with --i-really-know-what-im-doing ..."
exit 1
fi
tmp=`mktemp -d`

View File

@@ -1,10 +1,10 @@
#!/bin/sh
if [ "x$1" = "x--i-really-know-what-im-doing" ] ; then
echo Proceeding as requested by command line ...
echo Proceeding as requested by command line ...
else
echo "*** Please run again with --i-really-know-what-im-doing ..."
exit 1
echo "*** Please run again with --i-really-know-what-im-doing ..."
exit 1
fi
#BRANCH="keir"