Fix F-16 sh<->bash compatibility.
[nethome.git] / bin / errs12
index 3517e7b..e7c7e07 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 # $Id$
 
 renice +19 -p $$; ionice -c3 -p $$
@@ -93,7 +93,8 @@ rm -f errs1.ok
        if test -f `dirname $configure`/gcc/reload.c;then
                werror="--disable-werror"
                customm=""
-               customss="--disable-static --enable-shared"
+               # --disable-static would fail on finding built libstdc++ due to -static-libstdc++.
+               customss=""
        else
                werror=""
        fi