File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ execute_process(COMMAND
1313 OUTPUT_VARIABLE GIT_DATE
1414 ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE)
1515
16- configure_file (verbena.in verbena)
16+ configure_file (verbena.in verbena @ONLY )
1717INSTALL (PROGRAMS ${CMAKE_CURRENT_BINARY_DIR} /verbena DESTINATION bin)
1818
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ all: ${SCRIPTS}
1515.PHONY : FORCE
1616
1717$(SCRIPTS ) : % : % .in FORCE
18- sed -e " s/\$ ${ GIT_SHA1} /${GIT_SHA1} /" -e " s/\$ ${ GIT_DATE} /${GIT_DATE} /" $< > $@
18+ sed -e " s/@ GIT_SHA1@ /${GIT_SHA1} /" -e " s/@ GIT_DATE@ /${GIT_DATE} /" $< > $@
1919
2020clean :
2121 rm ${SCRIPTS}
Original file line number Diff line number Diff line change 1313# to be used, possibly with bundled dependencies
1414PATH=` dirname $0 ` :${FSLDIR} /bin:${PATH}
1515
16- echo " VERBENA version tag '${ GIT_SHA1} '"
17- echo " last commit '${ GIT_DATE} '"
16+ echo " VERBENA version tag '@ GIT_SHA1@ '"
17+ echo " last commit '@ GIT_DATE@ '"
1818echo
1919
2020Usage () {
You can’t perform that action at this time.
0 commit comments