Skip to content

Commit c5f8ca5

Browse files
committed
install: More error handling
1 parent c91ce02 commit c5f8ca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/etc/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ fi
339339

340340
# Create the installed manifest, which we will fill in with absolute file paths
341341
mkdir -p "${CFG_LIBDIR}/rustlib"
342+
need_ok "failed to create rustlib"
342343
touch "${INSTALLED_MANIFEST}"
343344
need_ok "failed to create installed manifest"
344345

0 commit comments

Comments
 (0)