ports/shells/bash/files/patch-support::mkversion.sh
Renato Botelho 96a33532bb - Update to 3.1.10
PR:		ports/91036
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
Approved by:	maintainer timeout (54 days)
2006-02-21 15:29:59 +00:00

11 lines
313 B
Bash

--- 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?