build/release/roms: remove superfluous comments

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe 2023-05-20 19:36:32 +01:00
parent 681538a20c
commit e0b9766087

View file

@ -1,6 +1,5 @@
#!/usr/bin/env sh
#
# helper script: generate release archive (ROM images)
#
# Copyright (C) 2020,2021,2022,2023 Leah Rowe <info@minifree.org>
@ -19,9 +18,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# This script assumes that the working directory is the root
# of git or release archive
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e