mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 03:32:17 +01:00
12 lines
353 B
Diff
12 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
|