test: makefile; fingerprint shell change

Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
This commit is contained in:
Christopher Phillips 2026-02-02 13:26:34 -05:00
parent 0f95a1985c
commit a19555f742
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
PKGSDIR=packages
PKGSDIR=packages
FINGERPRINT_FILE=$(PKGSDIR).fingerprint
ifndef PKGSDIR

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -uxe
set -uxe
# note: this can be easily done in a 1-liner, however circle CI does NOT allow volume mounts from the host in docker executors (since they are on remote hosts, where the host files are inaccessible)