From b807c51102685bc07f39216ecbff5570a250feff Mon Sep 17 00:00:00 2001 From: Sébastien Luttringer Date: Sat, 2 Mar 2013 05:21:09 +0100 Subject: makechrootpkg: Display uniform $copy in messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Luttringer Signed-off-by: Pierre Schmitz --- makechrootpkg.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makechrootpkg.in b/makechrootpkg.in index 9021b3e..ed8ab88 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -117,7 +117,7 @@ umask 0022 # Note this is the same FD number as in mkarchroot exec 9>"$copydir.lock" if ! flock -n 9; then - stat_busy "Locking chroot copy '$copy'" + stat_busy "Locking chroot copy [$copy]" flock 9 stat_done fi @@ -133,7 +133,7 @@ if [[ ! -d $copydir ]] || $clean_first; then stat_done fi - stat_busy 'Creating clean working copy' + stat_busy "Creating clean working copy [$copy]" use_rsync=false if type -P btrfs >/dev/null; then [[ -d $copydir ]] && btrfs subvolume delete "$copydir" &>/dev/null -- cgit v1.2.3-24-g4f1b