Skip to content

Commit

Permalink
Minor change to release.sh script
Browse files Browse the repository at this point in the history
Change-Id: I0f73afe8967909be1a7a3784c64555df2ed4eb16
  • Loading branch information
hoglet67 committed Jul 28, 2017
1 parent 7453cf4 commit f84780b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
DATE=$(date +"%Y%m%d_%H%M")

VERSION=$(grep "define VERSION" firmware/AtomBusMon.c | cut -d\" -f2)
VERSION=$(grep "define VERSION" firmware/AtomBusMon.c | cut -d\" -f2 | tr -d "." )

NAME=ice_${DATE}_${VERSION}

Expand Down

0 comments on commit f84780b

Please sign in to comment.