Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/astro/boinc-astropulse/files/patch-m4_sah__check__boinc.m4
16146 views
--- m4/sah_check_boinc.m4.orig	2010-03-23 21:00:23 UTC
+++ m4/sah_check_boinc.m4
@@ -30,7 +30,7 @@ AC_DEFUN([SAH_CHECK_BOINC],[
 	cd $thisdir
 	break
       else
-        if $FIND $boinc_dir -name "std_fixes.h" >& /dev/null
+        if $FIND $boinc_dir -name "std_fixes.h" > /dev/null
 	then
 	  BOINCDIR=`$FIND $boinc_dir -name "std_fixes.h" -print | $HEAD -1 | sed 's/\/std_fixes.h//'`         
           cd $BOINCDIR/..