1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/textproc/xlhtml/files/patch-ad
Will Andrews 6420381535 Add xlhtml, a converter from MS Word/Powerpoint to HTML.
PR:		17633
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-04-03 20:54:50 +00:00

17 lines
367 B
Plaintext

--- 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