]> diplodocus.org Git - nmh/blobdiff - docs/contrib/build_nmh
Updates OS specific notes.
[nmh] / docs / contrib / build_nmh
index 55a61c255a6aeab2b16a11af806fc74036a679fa..344815db65d113ddce68dd6c8288d7b28015d16c 100755 (executable)
@@ -300,7 +300,7 @@ if [ $status -eq 0 ]; then
 
   if [ $status -eq 0 ]; then
     [ $verbose -ge 1 ]  &&  echo testing . . .
-    checkoutput=`make $check SETGID_MAIL= 2>>$logfile`
+    checkoutput=`make $check 2>>$logfile`
     status=$?
 
     tests_summary=`echo "$checkoutput" | grep tests`