commit 623505b6b05c163328351e775796ffa4f86ef605 Author: Pete Travis immanetize@fedoraproject.org Date: Fri Nov 30 16:50:18 2012 -0700
Using absolute path for cleanup of scratch directory to prevent mishaps
tools/NightlyBuilds/MakeAll | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/tools/NightlyBuilds/MakeAll b/tools/NightlyBuilds/MakeAll index 31619bb..178144f 100755 --- a/tools/NightlyBuilds/MakeAll +++ b/tools/NightlyBuilds/MakeAll @@ -37,7 +37,7 @@ DOC="release-notes" # Move to scratch directory cd $WORKDIR # and clean it out -rm -Rf * +rm -Rf $WORKDIR/$DOC # Let's check how long this takes echo "Start " `date` >time.txt git clone git://git.fedorahosted.org/git/docs/$DOC.git
docs-commits@lists.fedoraproject.org