diff options
author | Leah Rowe <leah@libreboot.org> | 2023-12-24 06:32:19 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-12-24 06:32:19 +0000 |
commit | b4ab30577ffd2c3b5908b8d599091982acce8f9c (patch) | |
tree | 993089a01d8c0e0cc556c0c27fbb94c48c1efeee /include | |
parent | 38a7aa3196e25627df2d9e089b00421b9194f7b6 (diff) |
lbmk scripts: general code cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rwxr-xr-x | include/err.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/err.sh b/include/err.sh index b7a273a6..1aeebcbb 100755 --- a/include/err.sh +++ b/include/err.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2022, 2023 Leah Rowe <leah@libreboot.org> -version=""; version_=""; versiondate=""; versiondate_=""; projectname=""; _nogit="" +version=""; versiondate=""; projectname=""; _nogit="" x_() { [ $# -lt 1 ] || ${@} || err_exit err ${@} |