From 9c94047d8c4b21b3935ee20c67487ce0c6baf468 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 25 Aug 2013 22:32:11 -0300 Subject: Minor fix (2) --- lib/httracker/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/httracker/functions b/lib/httracker/functions index 3e1c54f..6569f4b 100644 --- a/lib/httracker/functions +++ b/lib/httracker/functions @@ -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 } -- cgit v1.2.3