build/scripts: Add missing set -e to rm_attrs.

This commit is contained in:
Augustin Cavalier 2021-09-06 15:58:03 -04:00
parent 08d9e48492
commit d8ffdea39e

View File

@ -1,8 +1,10 @@
#!/bin/sh
set -e
if [ $# -lt 2 ]; then
echo "$0: Usage:..."
exit 1;
exit 1
fi
rmAttrs=$1