Date: Sunday, May 3, 2020 @ 14:26:46 Author: seblu Revision: 382194 upgpkg: filesystem 2020.05.03-1
Use stronger test shell syntax. See FS#66499 for details. Modified: filesystem/trunk/PKGBUILD filesystem/trunk/profile ----------+ PKGBUILD | 4 ++-- profile | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-03 12:43:15 UTC (rev 382193) +++ PKGBUILD 2020-05-03 14:26:46 UTC (rev 382194) @@ -2,7 +2,7 @@ # Contributor: Tom Gundersen <[email protected]> pkgname=filesystem -pkgver=2020.05 +pkgver=2020.05.03 pkgrel=1 pkgdesc='Base Arch Linux files' arch=('x86_64') @@ -31,7 +31,7 @@ '981ee4d7e506a9d6d9ed2d872e16004b' '173371ea3ac7817fdec6a726e3996067' '5182ac38a0de85da8ade93ef71975ca4' - '61433fae7da1157ef299734f9c197d4a' + '7b208a630a548740e0f4cd368badae23' '0ee015fad07732676d9488ae498eed41' 'f04bcb2803afc4dcb95670fe87343b4d' 'f64466dd77c7bec37a8b47681468211a' Modified: profile =================================================================== --- profile 2020-05-03 12:43:15 UTC (rev 382193) +++ profile 2020-05-03 14:26:46 UTC (rev 382194) @@ -29,7 +29,12 @@ fi # Source global bash config, when interactive but not posix or sh mode -if test "$BASH" -a "$PS1" -a -z "$POSIXLY_CORRECT" -a "${0#-}" != sh -a -r /etc/bash.bashrc; then +if test "$BASH" &&\ + test "$PS1" &&\ + test -z "$POSIXLY_CORRECT" &&\ + test "${0#-}" != sh &&\ + test -r /etc/bash.bashrc +then . /etc/bash.bashrc fi
