diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | 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 ad95356c..998e240c 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1187,7 +1187,7 @@ done  if [ "$HOLDVER" = "1" -a "$FORCE_VER" != "" ]; then  	# The extra '--' is here to prevent gettext from thinking --holdver is  	# an option -	error "$(gettext -- "--holdver and --forcever cannot both be specified")" +	error "$(gettext "\\0--holdver and --forcever cannot both be specified" )"  	exit 1  fi  | 
