summaryrefslogtreecommitdiff
blob: e5f68f11e618d775f4a86a646f3acdc392353618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Author: Ole Streicher <olebole@debian.org>
Description: Fixes for non-linux (kFreeBSD, Hurd)
--- a/system/unix/inmidas
+++ b/system/unix/inmidas
@@ -425,7 +425,7 @@
 #
 os=`uname`
 case "$os" in
-    "SunOS"|"Linux")
+    SunOS|Linux|GNU|GNU/*)
 	if [ -z "$LD_LIBRARY_PATH" ] ; then
 	  LD_LIBRARY_PATH=$MIDASHOME/$MIDVERS/lib
 	else
--- a/test/prim/veriall.prg
+++ b/test/prim/veriall.prg
@@ -204,6 +204,7 @@
       write/keyw in_b MID_WORK:veriall_{out_b(1:{inputi})}.{inputc}
    endif
 endif
+write/keyw in_b  MID_WORK:veriall_debian.{inputc}
 open/file {in_b} write  fc
 if fc(1) .lt. 0 then
    write/out Could not create file: "MID_WORK:veriall_{out_b}.{inputc} ..."