diff options
Diffstat (limited to 'lp/stat')
| -rwxr-xr-x | lp/stat/generic | 2 | ||||
| -rwxr-xr-x | lp/stat/lpd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lp/stat/generic b/lp/stat/generic index c1b1ba25..2a168ba2 100755 --- a/lp/stat/generic +++ b/lp/stat/generic @@ -1,4 +1,4 @@ -#!/usr/local/plan9/bin/rc +#!/Users/ethan/plan9port/bin/rc if (! ~ $DEBUG '') flag x + if (~ $THIS_HOST $DEST_HOST) { diff --git a/lp/stat/lpd b/lp/stat/lpd index 3bea23e1..e89008a3 100755 --- a/lp/stat/lpd +++ b/lp/stat/lpd @@ -1,4 +1,4 @@ -#!/usr/local/plan9/bin/rc +#!/Users/ethan/plan9port/bin/rc if (! ~ $DEBUG '') flag x + |