summaryrefslogtreecommitdiff
path: root/resources/scripts/build/dependencies/void
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2022-11-19 03:28:58 +0000
committerLeah Rowe <leah@libreboot.org>2022-11-19 03:28:58 +0000
commit5ec5d0eae387fdb3519911ad03dc8b43f352ba55 (patch)
treeaeee0ec93bebddb728b119762adb056d8cae0cdb /resources/scripts/build/dependencies/void
parent551e845e565445a307f4e32dc7bb9b54aa814c0a (diff)
ditto others
Diffstat (limited to 'resources/scripts/build/dependencies/void')
-rwxr-xr-xresources/scripts/build/dependencies/void3
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/scripts/build/dependencies/void b/resources/scripts/build/dependencies/void
index 1a902a9b..b94345c1 100755
--- a/resources/scripts/build/dependencies/void
+++ b/resources/scripts/build/dependencies/void
@@ -18,9 +18,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-[ "x${DEBUG+set}" = 'xset' ] && set -v
-set -u -e
-
if [ $EUID -ne 0 ]; then
printf "This script must be run as root\n"
exit 1