aboutsummaryrefslogtreecommitdiff
path: root/textproc/xlhtml/files/patch-ad
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-04-03 20:54:50 +0000
committerWill Andrews <will@FreeBSD.org>2000-04-03 20:54:50 +0000
commit6420381535265df0eaa5f410ecd2ba130324df39 (patch)
treed965c66763c8704875241759aaaa53ea65c70dc4 /textproc/xlhtml/files/patch-ad
parentb96c7c09b0961558f57679b587a40e40b6397008 (diff)
downloadports-6420381535265df0eaa5f410ecd2ba130324df39.tar.gz
ports-6420381535265df0eaa5f410ecd2ba130324df39.zip
Notes
Diffstat (limited to 'textproc/xlhtml/files/patch-ad')
-rw-r--r--textproc/xlhtml/files/patch-ad16
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