mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
17 lines
367 B
Plaintext
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
|