We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce9462 commit d08eb8eCopy full SHA for d08eb8e
makefile
@@ -14,7 +14,7 @@ DIR_DEB := $(DIR_STAGING)/DEBIAN
14
15
VERSION := $(shell echo `grep -r VERSION= $(DIR_IDE)/PropellerIDE.pro \
16
| cut -d'=' -f3 \
17
- | cut -d' ' -f 1` \
+ | sed -e 's/[\r]//g'` \
18
| sed -e 's/ /./g')
19
20
ARCH := $(shell arch)
0 commit comments