mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
bugfix: Superfluous space at end of line after backslash killed script
This commit is contained in:
parent
147587dce8
commit
5ff23a5060
1 changed files with 2 additions and 2 deletions
|
|
@ -150,8 +150,8 @@ define increase_build_number
|
|||
if [ "$(CHECK_CVS_SYNC_BEFORE_RPM_RELEASE)" = true ]; then \
|
||||
$(check_cvs_sync) ;\
|
||||
fi ;\
|
||||
if [ "$(LAST_RPM_VERSION)" != $(RPM_VERSION) ]; then \
|
||||
echo "+ no need to increase build number of $(RPM_VERSION), last rpm has $(LAST_RPM_VERSION)" ;\
|
||||
if [ "$(LAST_RPM_VERSION)" != "$(RPM_VERSION)" ]; then \
|
||||
echo "+ no need to increase build number of $(RPM_VERSION), last rpm has $(LAST_RPM_VERSION)" ;\
|
||||
exit 0 ;\
|
||||
fi ;\
|
||||
echo -n "+ increasing build number to " ;\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue