Print the first unused patch number across all the current package's
branches.
This commit is contained in:
parent
418be7985a
commit
6586341d1d
5
gdbpatchno
Executable file
5
gdbpatchno
Executable file
@ -0,0 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $Id$
|
||||
# Print the first unused patch number across all the current package's branches.
|
||||
|
||||
echo $[1+$(cat ../*/*.spec|sed -n 's/^[# %]*patch\([0-9]*\).*$/\1/p'|sort -rnu|head -n1)]
|
Loading…
Reference in New Issue
Block a user