Skip to content

Commit

Permalink
bump-revisions-of-dependents: Trim trailing spaces, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlesplash committed Jul 1, 2018
1 parent 92e9163 commit e75044f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/bump-revisions-of-dependents.sh
Expand Up @@ -64,6 +64,8 @@ for file in $FILES; do
echo "bumping $file"
REVISION=$((REVISION+1))
sed -i "s/.*REVISION=.*/REVISION=\"$REVISION\"/" $file
# trim trailing space while we're at it
sed -i 's/[ \t]*$//' $file
BUMPED=$((BUMPED+1))
fi
done
Expand Down

0 comments on commit e75044f

Please sign in to comment.