Skip to content

Commit 24ec22d

Browse files
committed
Don't exit if there's no freebsd-rustdate
1 parent ae3d517 commit 24ec22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-base.sh

Lines changed: 1 addition & 1 deletion
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)