summaryrefslogtreecommitdiff
path: root/debian/patches/0006-Fix-error-when-calling-opensta.sh.patch
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-03-28 22:28:41 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2019-03-28 22:28:41 +0100
commit92ef893e77c134cb7074d579c4385690455088cb (patch)
tree7fc6bbf80643f39f157b0cecca16eebab2ba8d35 /debian/patches/0006-Fix-error-when-calling-opensta.sh.patch
parentdf2226abd7ce2da5760cbaf9d8d2f06e96685ed3 (diff)
Fix error when calling opensta.sh
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}` )