build/scripts: Add missing set -e to rm_attrs.
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
if [ $# -lt 2 ]; then
|
if [ $# -lt 2 ]; then
|
||||||
echo "$0: Usage:..."
|
echo "$0: Usage:..."
|
||||||
exit 1;
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rmAttrs=$1
|
rmAttrs=$1
|
||||||
|
|||||||
Reference in New Issue
Block a user