You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
545 B
14 lines
545 B
diff --git a/src/journal.sh b/src/journal.sh
|
|
index 516f292..0ad9913 100644
|
|
--- a/src/journal.sh
|
|
+++ b/src/journal.sh
|
|
@@ -608,7 +625,7 @@ rljClosePhase(){
|
|
__INTERNAL_LogText ''
|
|
local logfile="$(mktemp)"
|
|
tail -n +$((__INTERNAL_PHASE_TXTLOG_START+1)) $__INTERNAL_BEAKERLIB_JOURNAL_TXT > $logfile
|
|
- rlReport "$(echo "$name" | sed 's/[^[:alnum:]]\+/-/g')" "$result" "$score" "$logfile"
|
|
+ rlReport "$(echo "${name//[^[:alnum:]]/-}" | tr -s '-')" "$result" "$score" "$logfile"
|
|
rm -f $logfile
|
|
|
|
# Reset of state variables
|