Fix line endings and bash path

This commit is contained in:
Mario Romero 2023-09-12 22:57:05 +00:00
parent aba542f7f8
commit 6530260e8d

View File

@ -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