[Pkg-octave-commit] [SCM] octave-symbolic branch, master, updated. a718b53403d9f164f8c2a3df521385a01d28a11b

hauberg hauberg at 416fae20-06d0-4450-9b69-c6c34d4b5f03
Mon Jan 3 03:41:07 UTC 2011


The following commit has been merged in the master branch:
commit fe54e3a62ed9b07b7110183bd515ac826a8d900e
Author: hauberg <hauberg at 416fae20-06d0-4450-9b69-c6c34d4b5f03>
Date:   Tue Jan 29 21:05:08 2008 +0000

    Remove bashism from autogen.sh files
    
    git-svn-id: https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge/main/symbolic@4562 416fae20-06d0-4450-9b69-c6c34d4b5f03

diff --git a/src/autogen.sh b/src/autogen.sh
index ee9912a..671b264 100755
--- a/src/autogen.sh
+++ b/src/autogen.sh
@@ -18,7 +18,7 @@ find . -name NOINSTALL -print    # shows which toolboxes won't be installed
 EOF
 
 aclocal && autoconf configure.in > configure.tmp
-if diff configure.tmp configure >& /dev/null; then
+if [ diff configure.tmp configure > /dev/null 2>&1 ]; then
   rm -f configure.tmp;
 else
   mv -f configure.tmp configure

-- 
octave-symbolic



More information about the Pkg-octave-commit mailing list