--- run-octave.in.orig	2018-10-17 06:25:16.000000000 -0700
+++ run-octave.in	2018-10-17 06:29:11.000000000 -0700
@@ -47,7 +47,7 @@
 d3_path=`echo "$d3_list" | $AWK '{ t = (s $0); s = t; } END { sub (/:$/, "", s); print s; }'`
 d4_path=`echo "$d4_list" | $AWK '{ t = (s $0); s = t; } END { sub (/:$/, "", s); print s; }'`
 
-octave_executable="$builddir/src/octave"
+octave_executable="$builddir/src/octave-cli"
 
 LOADPATH="$d1_path:$d2_path:$d3_path:$d4_path:$d5"
 IMAGEPATH=".:$top_srcdir/scripts/image"
