octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53419] GUI crashes if QT_PLUGIN_PATH is not s


From: Rik
Subject: [Octave-bug-tracker] [bug #53419] GUI crashes if QT_PLUGIN_PATH is not set
Date: Tue, 27 Mar 2018 13:09:46 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #6, bug #53419 (project octave):

@Mike: If you really want to use use if/else syntax then this will work in a
batch file.


IF EXIST Linux\ echo "Linux Found"

IF NOT EXIST Linux\ echo "Not Found"


I couldn't get "ELSE" to work so I just repeat the test using "NOT".  The
command needs to appear on the same line as "IF", no prettiness of newlines.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53419>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]