Skip to content
Snippets Groups Projects
Commit b807c511 authored by Seblu's avatar Seblu Committed by Pierre Schmitz
Browse files

makechrootpkg: Display uniform $copy in messages

parent 280d5501
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment