Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107793
b: refs/heads/master
c: 0758416
h: refs/heads/master
i:
  107791: b29805b
v: v3
  • Loading branch information
Erkki Lintunen authored and Sam Ravnborg committed Aug 6, 2008
1 parent eae4876 commit bbc9de9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a48bdd01b5cab9c043b4d42a3f377624d6259f2
refs/heads/master: 0758416325dc75e203ab974aa5e937bef7d2afef
3 changes: 2 additions & 1 deletion trunk/scripts/patch-kernel
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ fi
if [ $stopvers != "default" ]; then
STOPSUBLEVEL=`echo $stopvers | cut -d. -f3`
STOPEXTRA=`echo $stopvers | cut -d. -f4`
STOPFULLVERSION=${stopvers%%.$STOPEXTRA}
#echo "#___STOPSUBLEVEL=/$STOPSUBLEVEL/, STOPEXTRA=/$STOPEXTRA/"
else
STOPSUBLEVEL=9999
Expand Down Expand Up @@ -249,7 +250,7 @@ while : # incrementing SUBLEVEL (s in v.p.s)
do
CURRENTFULLVERSION="$VERSION.$PATCHLEVEL.$SUBLEVEL"
EXTRAVER=
if [ $stopvers = $CURRENTFULLVERSION ]; then
if [ $STOPFULLVERSION = $CURRENTFULLVERSION ]; then
echo "Stopping at $CURRENTFULLVERSION base as requested."
break
fi
Expand Down

0 comments on commit bbc9de9

Please sign in to comment.