Description: Fix a simple syntax error in example script. It is not critical
 but might be annoying to user who want to simply run it.
Author: Jan Hauke Rahm <jhr@debian.org>
Bug: http://bugs.bacula.org/view.php?id=1906
Reviewed-by: Alexander Golovko <alexandro@ankalagon.ru>
Last-Update: 2012-07-08

--- a/examples/autochangers/locking-mtx-changer
+++ b/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
