diff options
author | Steve McCoy <mccoyst@gmail.com> | 2013-08-13 12:46:38 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2013-08-13 12:46:38 -0400 |
commit | 1889a2578366ca17b4fee0b0641b4db183efd383 (patch) | |
tree | cbf99b402c59e67c75517dc4c091376548dcb1d7 /rcmain | |
parent | 1670a244d90342023fd84cee9fc01347aaed8abc (diff) | |
download | plan9port-1889a2578366ca17b4fee0b0641b4db183efd383.tar.gz plan9port-1889a2578366ca17b4fee0b0641b4db183efd383.tar.bz2 plan9port-1889a2578366ca17b4fee0b0641b4db183efd383.zip |
rcmain: use new $termprog variable
R=rsc
CC=plan9port.codebot
https://codereview.appspot.com/12505045
Diffstat (limited to 'rcmain')
-rw-r--r-- | rcmain | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ if(! ~ $#cflag 0){ exit $status } if(flag i){ - if(~ $TERM 9term){ + if(~ $termprog 9term || ~ $termprog win){ fn cd { # builtin cd $1 && flag i && awd # is not sufficient when running in a subshell |