revert change `do not load XSCHEM_LIBRARY_PATH if options are given on cmdline`. if no file to load is given $XSCHEM_LIBRARY_PATH will be loaded regardless of command line switches

This commit is contained in:
stefan schippers 2024-04-30 11:08:50 +02:00
parent 6f9ddff72f
commit 43c7e08521
1 changed files with 5 additions and 0 deletions

View File

@ -130,6 +130,11 @@ Set flat netlist (for spice format only).
Start without the tclreadline package ( this is necessary if stdin and stdout are to be redirected for example to /dev/null).
.TP
.B --pipe
if stdin and stdout are to be redirected. This also prevents xschem
from closing stdin / stdout / stderr even if invoked from pipes.
.TP
.B -c, --color_ps
Set color postscript.
.TP