about summary refs log tree commit diff
path: root/src/etc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-03-28 15:59:20 -0700
committerBrian Anderson <banderson@mozilla.com>2014-03-28 15:59:20 -0700
commitc5f8ca5be08a01c60a6d80e3a9d35e436e6e2064 (patch)
treeca30715f6c5364f5c84100f7b8b94e3fb496ba2e /src/etc
parentc91ce02600d5b41805c3d39f64fde5f9a1d01be8 (diff)
downloadrust-c5f8ca5be08a01c60a6d80e3a9d35e436e6e2064.tar.gz
rust-c5f8ca5be08a01c60a6d80e3a9d35e436e6e2064.zip
install: More error handling
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/install.sh b/src/etc/install.sh
index 67f48d2a079..5674b0a5045 100644
--- a/src/etc/install.sh
+++ b/src/etc/install.sh
@@ -339,6 +339,7 @@ fi
 
 # Create the installed manifest, which we will fill in with absolute file paths
 mkdir -p "${CFG_LIBDIR}/rustlib"
+need_ok "failed to create rustlib"
 touch "${INSTALLED_MANIFEST}"
 need_ok "failed to create installed manifest"