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

index 3e1c54f553d136e60114e56e72548b4b7eb1b06a..6569f4beaa102ac52c567452c3dad1bc376c39fc 100644 (file)
@@ -143,7 +143,7 @@ function httracker_set_lockfile {
 # Remove lockfile
 function httracker_unset_lockfile {
   if [ ! -z "$LOCKFILE" ]; then
-    $rm -f $LOCKFILE || echo "Could not remove lockfile $LOCKFILE"
+    rm -f $LOCKFILE || echo "Could not remove lockfile $LOCKFILE"
   fi
 }