openbsd-ports/converters/xlhtml/patches/patch-xlHtml_nsopen
avsm 136372fb0c initial import of xlhtml-0.2.9.8
--
xlHtml is an Excel 95 and later file converter. Its HTML output can
be used as a Netscape Plugin to let you view xls e-mail attachments.
It can also extract regions of a spreadsheet and convert the
spreadsheet to pure text rather than html.
2001-07-13 15:16:17 +00:00

19 lines
430 B
Plaintext

$OpenBSD: patch-xlHtml_nsopen,v 1.1.1.1 2001/07/13 15:16:21 avsm Exp $
--- xlHtml/nsopen.orig Fri Jul 13 11:55:54 2001
+++ xlHtml/nsopen Fri Jul 13 12:04:33 2001
@@ -1,4 +1,4 @@
-#!/bin/tcsh
+#!/bin/csh
if ($#argv != 1) then
echo "Usage: $0 file"
@@ -7,7 +7,7 @@ endif
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