diff options
author | rsc <devnull@localhost> | 2006-01-27 04:05:22 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-01-27 04:05:22 +0000 |
commit | 56e3c29015da2147dbb308b4957fffceebcda657 (patch) | |
tree | 4cbec6b52eb57a373219051ab1a396fa5079c1fc /bin/9l | |
parent | fc65e388ec4c126fa34a02eb5494da2566a08ac3 (diff) | |
download | plan9port-56e3c29015da2147dbb308b4957fffceebcda657.tar.gz plan9port-56e3c29015da2147dbb308b4957fffceebcda657.tar.bz2 plan9port-56e3c29015da2147dbb308b4957fffceebcda657.zip |
nowsys
Diffstat (limited to 'bin/9l')
-rwxr-xr-x | bin/9l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ then libsl="$libsl -lsec -l9" fi - if [ "x$needdraw" = xtrue ] + if [ "x$needdraw" = xtrue -a "x$WSYSTYPE" != xnowsys ] then if [ "x$X11" = "x" ] then |