Style cleanup: use 2 spaces for indentation in bundle scripts
This commit is contained in:
6
extern/carve/bundle.sh
vendored
6
extern/carve/bundle.sh
vendored
@@ -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`
|
||||
|
||||
6
extern/libmv/bundle.sh
vendored
6
extern/libmv/bundle.sh
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user