Examples/Makefile.in: unset OCTAVE_PATH when running Octave for tests

This commit is contained in:
Karl Wette 2018-05-11 22:22:42 +10:00
commit a169eef3c0
2 changed files with 2 additions and 2 deletions

View file

@ -463,7 +463,7 @@ octave_cpp: $(SRCDIR_SRCS)
# -----------------------------------------------------------------
octave_run:
OCTAVE_HISTFILE=/dev/null $(RUNTOOL) $(OCTAVE) $(OCTAVE_SCRIPT) $(RUNPIPE)
env OCTAVE_PATH= OCTAVE_HISTFILE=/dev/null $(RUNTOOL) $(OCTAVE) $(OCTAVE_SCRIPT) $(RUNPIPE)
# -----------------------------------------------------------------
# Version display