diff options
Diffstat (limited to 'script/handle')
-rwxr-xr-x | script/handle/make/file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/handle/make/file b/script/handle/make/file index 7401c41f..3d485ea2 100755 --- a/script/handle/make/file +++ b/script/handle/make/file @@ -1,6 +1,6 @@ #!/usr/bin/env sh # SPDX-License-Identifier: GPL-3.0-or-later -# SPDX-FileCopyrightText: 2023 Leah Rowe <info@minifree.org> +# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org> [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e |