summaryrefslogtreecommitdiff
path: root/debian/patches/0006-Fix-error-when-calling-opensta.sh.patch
blob: 826008d767f822b77b55e2d6c9670a346ba1ed72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Thu, 28 Mar 2019 22:28:30 +0100
Subject: Fix error when calling opensta.sh

---
 scripts/opentimer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/opentimer.sh b/scripts/opentimer.sh
index 8902d8a..40236f6 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}` )