mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 03:47:16 +02:00
11 lines
353 B
Diff
11 lines
353 B
Diff
--- a/test/run-test.sh
|
|
+++ b/test/run-test.sh
|
|
@@ -388,7 +388,7 @@
|
|
|
|
if [ -n "${SOURCE_DATE_EPOCH:-}" ]; then
|
|
old_epoch=${SOURCE_DATE_EPOCH}
|
|
- SOURCE_DATE_EPOCH=$(("$SOURCE_DATE_EPOCH" + 1))
|
|
+ SOURCE_DATE_EPOCH=$(( SOURCE_DATE_EPOCH + 1))
|
|
fi
|
|
FONTCONFIG_FILE="$MyPWD"/my-fonts.conf $FCCACHE -f "$FONTDIR"
|
|
if [ -n "${SOURCE_DATE_EPOCH:-}" ]; then
|