removing "checking white spaces" part from build.sh

This commit is contained in:
Karel Miko 2017-03-01 14:00:45 +01:00
parent be9c66ab43
commit 631a11cd35

View File

@ -3,11 +3,6 @@ echo "$1 ($2, $3)..."
make clean 1>/dev/null 2>/dev/null
if [ -f check-source.pl ] ; then
echo "checking white spaces..."
perl check-source.pl || exit 1
fi
echo -n "building..."
if [ -f /proc/cpuinfo ]