summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-03-28 22:28:30 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2019-11-11 23:11:40 +0100
commit39e9e88d6c59c07e2d8449037ea62c7cf8340aaa (patch)
tree1007282544925be90a2396455e3479c7d260a8ae /scripts
parentdc7ca6ad3f979ff4fd74ce067b5a3433485ccdbf (diff)
Fix error when calling opensta.sh
Gbp-Pq: Name 0006-Fix-error-when-calling-opensta.sh.patch
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/opensta.sh2
-rwxr-xr-xscripts/opentimer.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/opensta.sh b/scripts/opensta.sh
index 4ac20f7..180f165 100755
--- a/scripts/opensta.sh
+++ b/scripts/opensta.sh
@@ -143,7 +143,7 @@ endif
# Add hard macros
-hardmacrolibs = ""
+set hardmacrolibs = ""
if ( ${?hard_macros} ) then
foreach macro_path ( $hard_macros )
foreach file ( `ls ${sourcedir}/${macro_path}` )
diff --git a/scripts/opentimer.sh b/scripts/opentimer.sh
index 16acad7..d814fb3 100755
--- a/scripts/opentimer.sh
+++ b/scripts/opentimer.sh
@@ -143,7 +143,7 @@ endif
# Add hard macros
-hardmacrolibs = ""
+set hardmacrolibs = ""
if ( ${?hard_macros} ) then
foreach macro_path ( $hard_macros )
foreach file ( `ls ${sourcedir}/${macro_path}` )