summaryrefslogtreecommitdiff
path: root/resources/scripts/build
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
parent551e845e565445a307f4e32dc7bb9b54aa814c0a (diff)
ditto others
Diffstat (limited to 'resources/scripts/build')
-rwxr-xr-xresources/scripts/build/dependencies/fedora353
-rwxr-xr-xresources/scripts/build/dependencies/ubuntu20043
-rwxr-xr-xresources/scripts/build/dependencies/void3
3 files changed, 0 insertions, 9 deletions
diff --git a/resources/scripts/build/dependencies/fedora35 b/resources/scripts/build/dependencies/fedora35
index 7ff1fd75..621b7a92 100755
--- a/resources/scripts/build/dependencies/fedora35
+++ b/resources/scripts/build/dependencies/fedora35
@@ -20,9 +20,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
diff --git a/resources/scripts/build/dependencies/ubuntu2004 b/resources/scripts/build/dependencies/ubuntu2004
index dded7964..abbe23a3 100755
--- a/resources/scripts/build/dependencies/ubuntu2004
+++ b/resources/scripts/build/dependencies/ubuntu2004
@@ -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
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