Skip to content

Commit 885abc7

Browse files
authored
Merge pull request #337 from mekanix/rustdate
Don't exit if there's no freebsd-rustdate
2 parents ae3d517 + 24ec22d commit 885abc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-base.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ elif [ "${BACKEND}" = "base" ]; then
2727
if [ "${CURRENTLY_RUNNING_FLAVOR}" = "RELEASE" ]; then
2828
echo "=== ${jail_name} ==="
2929
if [ "${RUST}" = "YES" ]; then
30-
rustdate=$(jexec "${jail_name}" which freebsd-rustdate)
30+
rustdate=$(jexec "${jail_name}" which freebsd-rustdate || true)
3131
if [ -z "${rustdate}" ]; then
3232
jexec "${jail_name}" pkg install -y freebsd-rustdate
3333
fi

0 commit comments

Comments
 (0)