|
Last change
on this file was
11815,
checked in by westram, 12 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
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | TMPDIR=~/.arb_tmp/tmp |
|---|
| 3 | mkdir -p $TMPDIR |
|---|
| 4 | tmp=$TMPDIR/arb_fdnaml_$$ |
|---|
| 5 | mv infile $tmp |
|---|
| 6 | nice -19 $1 < $tmp & |
|---|
| 7 | sig=$! |
|---|
| 8 | /bin/echo "$sig $$ \c" >> $TMPDIR/arb_pids_${USER}_${ARB_PID} |
|---|
| 9 | wait |
|---|
| 10 | # echo $tmp not deleted for debugging purposes |
|---|
| 11 | rm -f $tmp |
|---|
| 12 | rm -f checkpoint.$sig |
|---|
| 13 | mv treefile.$sig treefile |
|---|
| 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.