From: Michael Wallner Date: Tue, 16 Sep 2014 16:04:19 +0000 (+0200) Subject: fix typo X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fbtr;a=commitdiff_plain;h=0ff4deebcbbff7f4f21ffd91a457533fde66008a;ds=sidebyside fix typo --- diff --git a/share/btr/source/git.mk b/share/btr/source/git.mk index 02744cd..7c841da 100644 --- a/share/btr/source/git.mk +++ b/share/btr/source/git.mk @@ -12,7 +12,7 @@ clean: $(BTR_BRANCH_DIR) if $(BTR_SOURCE_CLEAN); \ then \ cd $(BTR_BRANCH_DIR) && \ - git reset --hard $(BTR_QUIET_FLAGS); \ + git reset --hard $(BTR_QUIET_FLAG); \ fi; fetch: $(BTR_REPO_DIR)