Show
Ignore:
Timestamp:
06/07/04 21:10:16 (20 years ago)
Author:
jalet
Message:

Extended the PATH

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/papwaitprinter.sh

    r1341 r1527  
    1414# $Id$ 
    1515# 
    16  
     16PATH=$PATH:/bin:/usr/bin:/usr/local/bin:/opt/bin 
    1717sleep 5; 
    18 until /usr/bin/papstatus -p "$1" | grep -i idle >/dev/null ; do  
     18until papstatus -p "$1" | grep -i idle >/dev/null ; do  
    1919   sleep 1 ;  
    2020done 
    21