From 3b0bb591c1fc6f39ae113e71918c0d4227a8d43c Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Wed, 5 Sep 2012 09:51:40 +0200 Subject: [PATCH] Fix bug #1906 Fix provided by Jan Hauke Rahm --- bacula/examples/autochangers/locking-mtx-changer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/examples/autochangers/locking-mtx-changer b/bacula/examples/autochangers/locking-mtx-changer index 78848305b4..f3717d2618 100644 --- a/bacula/examples/autochangers/locking-mtx-changer +++ b/bacula/examples/autochangers/locking-mtx-changer @@ -76,7 +76,7 @@ wait_for_drive() { done } -LOCKFILE="${LOCKDIR}/mtx-changer:`echo $ctl | tr / _'" +LOCKFILE="${LOCKDIR}/mtx-changer:`echo $ctl | tr / _`" changer_lock() { make_temp_file lock -- 2.39.5