]> gitweb.fluxo.info Git - httruta.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Aug 2013 01:30:41 +0000 (22:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Aug 2013 01:30:41 +0000 (22:30 -0300)
lib/httracker/functions

index e3c81c445d701ea0f02a554b7cc05608cc5d4553..3e1c54f553d136e60114e56e72548b4b7eb1b06a 100644 (file)
@@ -159,7 +159,7 @@ function httracker_check_lockfile {
       exit
     else
       echo "Found old lockfile $LOCKFILE, removing it"
-      unset_LOCKFILE
+      httracker_unset_lockfile
     fi
   fi
 }