How has this been in our repository for this long?:
authorinfamouspat <itgpmc@gmail.com>
Sun, 24 Jun 2012 23:17:51 +0000 (16:17 -0700)
committerinfamouspat <itgpmc@gmail.com>
Sun, 24 Jun 2012 23:17:51 +0000 (16:17 -0700)
* Fix wrong use of test syntax in build-home.sh that resulted in make
  creating an unlimited amount of threads when the number of processes
  is not specified

build-home.sh

index 59dc170..1b41c3f 100755 (executable)
@@ -3,7 +3,7 @@
 ./autogen.sh
 #./configure --with-x --with-gnu-ld --target=i386-pc-linux-gnu --host=i386-pc-linux-gnu
 ./configure --with-x --with-gnu-ld
-if [ "x$1" == "x" ];
+if [ "x$1" = "x" ];
 then
     echo "Running make"
     make