From 5301d3fe8fc3fc0a65f6361ba3b4afcdcb9c2cf8 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 19 Oct 2015 13:47:19 +1000 Subject: Remove space before ellipses Makes all use of ellipses consistent... Signed-off-by: Allan McRae --- scripts/libmakepkg/source/bzr.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/libmakepkg') diff --git a/scripts/libmakepkg/source/bzr.sh.in b/scripts/libmakepkg/source/bzr.sh.in index e8da28be..19e73136 100644 --- a/scripts/libmakepkg/source/bzr.sh.in +++ b/scripts/libmakepkg/source/bzr.sh.in @@ -44,14 +44,14 @@ download_bzr() { [[ -z "$dir" ]] && dir="$SRCDEST/$(get_filename "$netfile")" if [[ ! -d "$dir" ]] || dir_is_empty "$dir" ; then - msg2 "$(gettext "Branching %s ...")" "${displaylocation}" + msg2 "$(gettext "Branching %s...")" "${displaylocation}" if ! bzr branch "$url" "$dir" --no-tree --use-existing-dir; then error "$(gettext "Failure while branching %s")" "${displaylocation}" plain "$(gettext "Aborting...")" exit 1 fi elif (( ! HOLDVER )); then - msg2 "$(gettext "Pulling %s ...")" "${displaylocation}" + msg2 "$(gettext "Pulling %s...")" "${displaylocation}" cd_safe "$dir" if ! bzr pull "$url"; then # only warn on failure to allow offline builds -- cgit v1.2.3-24-g4f1b