Commit a5d2d4ec authored by gejun's avatar gejun

remove extra \n from tools/clean_all_examples

parent 872c1255
......@@ -2,7 +2,7 @@ saved_pwd_before_making=$PWD
for file in `find example tools -name Makefile`; do
cd $(dirname $file)
echo
echo "\n[$file]"
echo "[$file]"
make -s clean
cd $saved_pwd_before_making
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment