diff options
author | Leah Rowe <leah@libreboot.org> | 2023-05-18 09:18:42 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-05-18 09:18:42 +0100 |
commit | 8782bff8ef6f4411145eccc525c5bb5d9f6bff36 (patch) | |
tree | ceecf1962756c951af85b08dc0a362959e8f6398 | |
parent | a232f9c575c427e82a9f4ea191142cbfcbdefd9e (diff) |
download: code cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x | download | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,8 +22,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -./.gitcheck - [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e @@ -32,7 +30,9 @@ program="" main() { - ./resources/scripts/misc/versioncheck + ./.gitcheck + ./resources/scripts/misc/versioncheck + rm -f "build_error" if [ $# -lt 1 ]; then |