build/release/roms: remove superfluous comments
Signed-off-by: Leah Rowe <leah@libreboot.org>fsdg20230625
parent
681538a20c
commit
e0b9766087
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue