| Home
 | Calendar
 | Mail Lists
 | List Archives
 | Desktop SIG
 | Hardware Hacking SIG
 Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | About BLU  | 
[Scott Prive: Wed, Jun 05, 2002 at 09:42:34AM -0400]
> 
> # Tar it:
> /usr/bin/cvs co stest
> /bin/tar cf /root/$STEST stest/
> 
my guess is that it has to do with the output of one or both of these
commands (the stdout/stderr output).. redirect them to /dev/null or a
logifle and give it another try..
run-parts invokes the script ($i=script) as
       if [ -x $i ]; then
                $i 2>&1 | awk -v "progname=$i" \
                              'progname {
                                   print progname ":\n"
                                   progname="";
                               }
                               { print; }'
        fi