diff octave-wrapper.in @ 3466:cf594095a7dc

* octave-wrapper.in: Use version in real program name. Eliminate extra quoting.
author John W. Eaton <jwe@octave.org>
date Tue, 28 Jan 2014 04:08:34 -0500
parents ebe73c541a16
children 3feb4f13794f
line wrap: on
line diff
--- a/octave-wrapper.in	Tue Jan 28 03:58:51 2014 -0500
+++ b/octave-wrapper.in	Tue Jan 28 04:08:34 2014 -0500
@@ -27,4 +27,4 @@
 export FONTCONFIG_PATH
 export GNUPLOT_DRIVER_DIR
 
-exec "$OCTAVE_HOME/bin/@PROGRAM_NAME@.real" "$@"
+exec "$OCTAVE_HOME/bin/@PROGRAM_NAME@-@OCTAVE_VERSION@.real" "$@"