mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
daa4df5b0b
PR: ports/26997 Submitted by: Jean-Sebastien Roy <jean-sebastien.roy@wanadoo.fr>
12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
--- macros/util/unix_x.sci Fri Jul 6 10:51:58 2001
|
|
+++ macros/util/unix_x.sci Fri Jul 6 11:07:57 2001
|
|
@@ -28,7 +28,7 @@
|
|
if MSDOS then
|
|
hos""""+strsubsSCI,'/','\')+'\bin\xless.exe"" '+ tmp);
|
|
else
|
|
- host('$SCI/bin/xless '+tmp+' & 2>/dev/null;')
|
|
+ host('xless '+tmp+' & 2>/dev/null;')
|
|
end
|
|
case -1 then // host failed
|
|
erro85)
|