* specdir: Correctly remove temporary directory prior to use.
This commit is contained in:
parent
90f4768b78
commit
7028311c04
|
@ -1,3 +1,7 @@
|
||||||
|
2003-08-27 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* specdir: Correctly remove temporary directory prior to use.
|
||||||
|
|
||||||
2003-08-27 Christopher Faylor <cgf@redhat.com>
|
2003-08-27 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* sigproc.cc (wait_sig): Count number of iterations through
|
* sigproc.cc (wait_sig): Count number of iterations through
|
||||||
|
|
|
@ -26,7 +26,7 @@ sort -o /tmp/$$.objs -u /tmp/$$.objs
|
||||||
|
|
||||||
[ -s /tmp/$$.objs ] || { echo "speclib: couldn't find symbols for $lib" 1>&2; exit 1; }
|
[ -s /tmp/$$.objs ] || { echo "speclib: couldn't find symbols for $lib" 1>&2; exit 1; }
|
||||||
|
|
||||||
/bin/rm -f /tmp/$$>dir
|
/bin/rm -rf /tmp/$$.dir
|
||||||
mkdir /tmp/$$.dir
|
mkdir /tmp/$$.dir
|
||||||
cd /tmp/$$.dir
|
cd /tmp/$$.dir
|
||||||
if v; then
|
if v; then
|
||||||
|
|
Loading…
Reference in New Issue