Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/carve/bundle.sh')
-rwxr-xr-xextern/carve/bundle.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/extern/carve/bundle.sh b/extern/carve/bundle.sh
index 74f14e10723..63d32a5993d 100755
--- a/extern/carve/bundle.sh
+++ b/extern/carve/bundle.sh
@@ -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`