diff options
Diffstat (limited to 'textproc/xlhtml/files/patch-ad')
-rw-r--r-- | textproc/xlhtml/files/patch-ad | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/xlhtml/files/patch-ad b/textproc/xlhtml/files/patch-ad new file mode 100644 index 000000000000..438de2eb9627 --- /dev/null +++ b/textproc/xlhtml/files/patch-ad @@ -0,0 +1,16 @@ + --- xlHtml/nsopen.orig Tue Mar 28 13:48:58 2000 + +++ xlHtml/nsopen Tue Mar 28 14:27:14 2000 + @@ -1,4 +1,4 @@ + -#!/bin/tcsh + +#!/bin/csh + + if ($#argv != 1) then + echo "Usage: $0 file" + @@ -7,7 +7,7 @@ + + set file = $argv[1] + if (!(-r $file)) then + - echo "$0: File $file cannot be read" + + echo "$0"": File $file cannot be read" + exit 1 + endif |