Bugfix: didn't removed the lock file if something went wrong
authoralpar
Thu, 09 Nov 2006 00:50:07 +0000
changeset 2299227ea098a6b6
parent 2298 d77ddf9e592f
child 2300 69330d717235
Bugfix: didn't removed the lock file if something went wrong
scripts/repocheck/commit-checker
     1.1 --- a/scripts/repocheck/commit-checker	Thu Nov 09 00:23:26 2006 +0000
     1.2 +++ b/scripts/repocheck/commit-checker	Thu Nov 09 00:50:07 2006 +0000
     1.3 @@ -69,7 +69,7 @@
     1.4      exit 0
     1.5  fi
     1.6  
     1.7 -touch queue/$REV
     1.8 +touch ${ROOT}/queue/$REV
     1.9  
    1.10  while im-not-the-next; do
    1.11      sleep 10
    1.12 @@ -109,5 +109,5 @@
    1.13  fi
    1.14      
    1.15  #    rm ${LOGFILE}
    1.16 -rm queue/$REV
    1.17 +rm ${ROOT}/queue/$REV
    1.18