File: 0006-Fix-error-when-calling-opensta.sh.patch

package info (click to toggle)
qflow 1.3.17%2Bdfsg.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,852 kB
  • sloc: ansic: 8,342; csh: 3,873; sh: 2,869; makefile: 426; tcl: 6
file content (35 lines) | stat: -rw-r--r-- 951 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Thu, 28 Mar 2019 22:28:30 +0100
Subject: Fix error when calling opensta.sh

---
 scripts/opensta.sh   | 2 +-
 scripts/opentimer.sh | 2 +-
 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}` )