forked from Mario1159/osic-stacks
Fix line endings and bash path
This commit is contained in:
parent
aba542f7f8
commit
6530260e8d
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/bash
|
#!/bin/bash
|
||||||
export KLAYOUT_HOME=$PDK_ROOT/$PDK/libs.tech/klayout
|
export KLAYOUT_HOME=$PDK_ROOT/$PDK/libs.tech/klayout
|
||||||
if [[ $PDK = gf180mcu* ]]; then
|
if [[ $PDK = gf180mcu* ]]; then
|
||||||
if [[ ! -d $KLAYOUT_HOME/pymacros/cells ]]; then
|
if [[ ! -d $KLAYOUT_HOME/pymacros/cells ]]; then
|
||||||
@ -8,4 +8,4 @@ if [[ $PDK = gf180mcu* ]]; then
|
|||||||
mv $KLAYOUT_HOME/tech/gf180mcu.lym $KLAYOUT_HOME/pymacros
|
mv $KLAYOUT_HOME/tech/gf180mcu.lym $KLAYOUT_HOME/pymacros
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
/bin/klayout $@
|
/bin/klayout $@
|
||||||
|
Loading…
Reference in New Issue
Block a user