mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 23:01:33 +02:00
build/release/roms: remove superfluous comments
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
#
|
|
||||||
# helper script: generate release archive (ROM images)
|
# helper script: generate release archive (ROM images)
|
||||||
#
|
#
|
||||||
# Copyright (C) 2020,2021,2022,2023 Leah Rowe <info@minifree.org>
|
# 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/>.
|
# 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
|
[ "x${DEBUG+set}" = 'xset' ] && set -v
|
||||||
set -u -e
|
set -u -e
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user