Last change
on this file was
11815,
checked in by westram, 11 years ago
|
- reintegrates 'deb' into 'trunk'
- adds:
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
395 bytes
|
Rev | Line | |
---|
[2] | 1 | #!/bin/sh |
---|
[11815] | 2 | TMPDIR=~/.arb_tmp/tmp |
---|
| 3 | mkdir -p $TMPDIR |
---|
| 4 | tmp=$TMPDIR/arb_fdnaml_$$ |
---|
[2] | 5 | mv infile $tmp |
---|
[759] | 6 | nice -19 $1 < $tmp & |
---|
[2] | 7 | sig=$! |
---|
[11815] | 8 | /bin/echo "$sig $$ \c" >> $TMPDIR/arb_pids_${USER}_${ARB_PID} |
---|
[2] | 9 | wait |
---|
[569] | 10 | # echo $tmp not deleted for debugging purposes |
---|
[2] | 11 | rm -f $tmp |
---|
| 12 | rm -f checkpoint.$sig |
---|
| 13 | mv treefile.$sig treefile |
---|
[11626] | 14 | test -f treefile || (arb_message "Error: 'treefile' not generated (inspect console for details)";false) |
---|
Note: See
TracBrowser
for help on using the repository browser.