Thomas Rast <trast@xxxxxxxxxxxxxxx> writes: > Signed-off-by: Thomas Rast <trast@xxxxxxxxxxxxxxx> > --- > git-stash.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/git-stash.sh b/git-stash.sh > index 4e2c7f8..e614eb7 100755 > --- a/git-stash.sh > +++ b/git-stash.sh > @@ -233,7 +233,7 @@ save_stash () { > > git update-ref -m "$stash_msg" $ref_stash $w_commit || > die "$(gettext "Cannot save the current status")" > - say Saved working directory and index state "$stash_msg" > + say "$(eval_gettext "Saved working directory and index state \"\$stash_msg\"")" Do you need backslashes before double quotes here? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html