summaryrefslogtreecommitdiff
path: root/makekernel.in
diff options
context:
space:
mode:
Diffstat (limited to 'makekernel.in')
-rw-r--r--makekernel.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/makekernel.in b/makekernel.in
index e2dfb02..4176aae 100644
--- a/makekernel.in
+++ b/makekernel.in
@@ -112,7 +112,7 @@ if ${showVersion}
then
if ${hasGit}
then
- git -C "${kernelDir}" fetch --all --tags &> /dev/null
+ git -C "${kernelDir}" fetch --all --tags &> /dev/null || true
git -C "${kernelDir}" tag --list | \
grep '^v[0-9.]\+$' | \
sed 's|^v||' | \