[pacman-dev] [PATCH] makepkg: Remove a lone quotation mark

Allan McRae allan at archlinux.org
Fri Jun 24 08:15:58 EDT 2011


On 24/06/11 20:59, Wieland Hoffmann wrote:
> Allan broke it in 4bdb868.
>
> ---
>   scripts/makepkg.sh.in |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
> index e101a76..1043e44 100644
> --- a/scripts/makepkg.sh.in
> +++ b/scripts/makepkg.sh.in
> @@ -2245,7 +2245,7 @@ else
>   				if (( ! REPKG )); then
>   					tidy_install
>   				else
> -					warning "$(gettext "Repackaging without the use of a %s" function is deprecated.")" "package()"
> +					warning "$(gettext "Repackaging without the use of a %s function is deprecated.")" "package()"
>   					plain "$(gettext "File permissions may not be preserved.")"
>   				fi
>   			fi


Signed-off-by: Allan

Right near the end so I missed the change in syntax highlighting there.

Allan


More information about the pacman-dev mailing list