aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-03-11 23:33:17 -0800
committerJohn MacFarlane <[email protected]>2023-03-11 23:33:17 -0800
commit9ea4b998d09dc46223449256f9212c6425549a2d (patch)
tree77a1381c008e99bd8e5d78a292759a8ae1532c05 /linux
parent9a79cf44138ec5bf5663f0779e740af46e8d23fb (diff)
`linux/make_artifacts.sh`: create ARTIFACTS directory.
Diffstat (limited to 'linux')
-rw-r--r--linux/make_artifacts.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh
index 1b4d6dbe0..283b8371b 100644
--- a/linux/make_artifacts.sh
+++ b/linux/make_artifacts.sh
@@ -15,6 +15,7 @@ case "$MACHINE" in
esac
ARTIFACTS="${ARTIFACTS:-/artifacts}"
+mkdir -p $ARTIFACTS
# This is our sentinel that tells us when we're done.
rm -f $ARTIFACTS/DONE