Skip to content

Commit

Permalink
define VERSIONSTRING without ""
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Jul 15, 2019
1 parent 8ff90c7 commit 1a0e7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSIONSTRING="$(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')"
VERSIONSTRING=$(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
2 changes: 1 addition & 1 deletion bin/fai
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

export PATH=/usr/local/sbin:/usr/local/bin:/usr/lib/fai:/usr/sbin:/usr/bin:/sbin:/bin
# some variables
export FAI_VERSION=FAIVERSIONSTRING
export FAI_VERSION="FAIVERSIONSTRING"
stamp=/var/run/fai/FAI_INSTALLATION_IN_PROGRESS
export romountopt=${romountopt:-"-o async,noatime,nolock,ro,actimeo=1800"}

Expand Down

0 comments on commit 1a0e7f3

Please sign in to comment.