diff run-octave.in @ 6548:ecc8d30fa288

[project @ 2007-04-20 05:31:41 by jwe]
author jwe
date Fri, 20 Apr 2007 05:31:41 +0000
parents e3a7611430a8
children 4ba39e63b005
line wrap: on
line diff
--- a/run-octave.in	Thu Apr 19 21:47:41 2007 +0000
+++ b/run-octave.in	Fri Apr 20 05:31:41 2007 +0000
@@ -31,7 +31,7 @@
 IMAGEPATH="$top_srcdir/scripts/image"
 INFOFILE="$builddir/doc/interperter/octave.info"
 
-args="--no-initial-path --path=\"$LOADPATH\" --image-path=\"$IMAGEPATH\" --info=file=\"$INFOFILE\""
+args="--no-initial-path --path=\"$LOADPATH\" --image-path=\"$IMAGEPATH\" --info-file=\"$INFOFILE\""
 
 if [ $# -gt 0 ]; then
   if [ "x$1" = "x-g" ]; then