Commit ID: 1005E729D1674FA7890
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/03/18 22:16:39 UTC
Modified files:
bin/pax : Tag: 1.14 Build.sh
Log message:
GNU autoconf texinfo documentation hints test -[nz] "$foo" can fail
if foo is = or ) or similar: replace with test x"$foo" = x"" (and be
careful with != as GNU bash is trigger-happy on exclamation marks…)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr0 -r1.14 src/bin/pax/Build.sh