forked from Lainports/freebsd-ports
16 lines
367 B
Text
16 lines
367 B
Text
--- 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
|