Bug: mkdir -p call in xschem-menu causes error #699
Unanswered
rayanelahmadi
asked this question in
Q&A
Replies: 1 comment
-
|
@p-fath, @KrzysztofHerman, could you please take a look? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the IHP → Create FET and BIP .save file menu entry in xschem, the following error appears:
invalid command name "mkdir"
invalid command name "mkdir"
while executing
"mkdir -p $netlist_dir"
This is because the xschem-menu script (at ihp-sg13g2/libs.tech/xschem/xschem-menu) calls mkdir -p as if Tcl supported the shell mkdir command. Tcl has no mkdir builtin.
Has anyone else ran into this issue?
Steps to reproduce:
Expected behavior:
Actual behavior:
Beta Was this translation helpful? Give feedback.
All reactions