mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
279 B
Plaintext
12 lines
279 B
Plaintext
--- surfraw.in.orig Sun Aug 20 19:47:02 2000
|
|
+++ surfraw.in Sun Aug 20 19:47:17 2000
|
|
@@ -245,7 +245,7 @@
|
|
}
|
|
|
|
w3_browse_url () {
|
|
- if ok SURFRAW_new_screen && ! test -z "$STY"; then
|
|
+ if ok SURFRAW_new_screen && [ ! -z "$STY" ]; then
|
|
screen=yes
|
|
else
|
|
screen=no
|