From ea7da0a77bdef760e80027529efc9efa70f0430d Mon Sep 17 00:00:00 2001 From: Leon Hiemstra <hiemstra@astron.nl> Date: Thu, 12 Feb 2015 15:54:53 +0000 Subject: [PATCH] "...revision Revision..." fix to "...Revision..." --- boards/uniboard2/libraries/unb2_board/quartus/unb2_board.qsf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/uniboard2/libraries/unb2_board/quartus/unb2_board.qsf b/boards/uniboard2/libraries/unb2_board/quartus/unb2_board.qsf index 926029ed98..f06129d086 100644 --- a/boards/uniboard2/libraries/unb2_board/quartus/unb2_board.qsf +++ b/boards/uniboard2/libraries/unb2_board/quartus/unb2_board.qsf @@ -81,7 +81,7 @@ set_global_assignment -name SDC_FILE $::env(RADIOHDL)/boards/uniboard2/libraries if { [info exists ::env(UNB_COMPILE_STAMPS) ] } { set_parameter -name g_stamp_date [clock format [clock seconds] -format {%Y%m%d}] set_parameter -name g_stamp_time [clock format [clock seconds] -format {%H%M%S}] - post_message -type info "RADIOHDL: using SVN revision $::env(RADIOHDL_SVN_REVISION)" + post_message -type info "RADIOHDL: using SVN $::env(RADIOHDL_SVN_REVISION)" set_parameter -name g_stamp_svn [regsub -all {[^0-9]} [exec echo $::env(RADIOHDL_SVN_REVISION)] ""] } -- GitLab