aboutsummaryrefslogtreecommitdiff
path: root/shells/bash/files/patch-support::mkversion.sh
blob: 0f8b460281cb17a945b4173cd7eeb384eaabcb79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- support/mkversion.sh.orig	Sat Sep 11 11:08:31 2004
+++ support/mkversion.sh	Wed Dec 28 20:15:34 2005
@@ -67,7 +67,7 @@
 # increment the build version if that's what's required
 
 if [ -n "$inc_build" ]; then
-	build_ver=`expr $build_ver + 1`
+	build_ver=`expr 1 + $build_ver`
 fi
 
 # what's the patch level?