19 lines
430 B
Plaintext
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
|
||
|
|