mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
build: Avoid "warning: stray \ before -" from GNU grep ≥ 3.8.
* build-aux/jar-cf: Remove an unnecessary backslash.
This commit is contained in:
parent
206cad2bc7
commit
929fecabec
@ -94,7 +94,7 @@ top_srcdir="$2"
|
||||
shift
|
||||
shift
|
||||
|
||||
if $jar_program --help 2>&1 | grep '\-\-date=' >/dev/null; then
|
||||
if $jar_program --help 2>&1 | grep '\--date=' >/dev/null; then
|
||||
# The JAR_PROGRAM supports the --date option. Its effect is to set the given
|
||||
# date as time stamp on all the ELEMENTs and also the META-INF/MANIFEST.MF.
|
||||
# Use it, for reproducibility (cf. <https://reproducible-builds.org/>).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user