summaryrefslogtreecommitdiff
path: root/debian/patches/0006-Fix-error-when-calling-opensta.sh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0006-Fix-error-when-calling-opensta.sh.patch')
-rw-r--r--debian/patches/0006-Fix-error-when-calling-opensta.sh.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/patches/0006-Fix-error-when-calling-opensta.sh.patch b/debian/patches/0006-Fix-error-when-calling-opensta.sh.patch
new file mode 100644
index 0000000..6edf0f5
--- /dev/null
+++ b/debian/patches/0006-Fix-error-when-calling-opensta.sh.patch
@@ -0,0 +1,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}` )