Browse Source

removing "checking white spaces" part from build.sh

Karel Miko 8 years ago
parent
commit
631a11cd35
1 changed files with 0 additions and 5 deletions
  1. 0 5
      build.sh

+ 0 - 5
build.sh

@@ -3,11 +3,6 @@ echo "$1 ($2, $3)..."
 
 
 make clean 1>/dev/null 2>/dev/null
 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..."
 echo -n "building..."
 
 
 if [ -f /proc/cpuinfo ]
 if [ -f /proc/cpuinfo ]