micharbet/CLE

rich history removes semicolon from commands on some systems

Closed this issue · 1 comments

e.g on RHEL and Centos following has been observed:
issued command:
tail $CLE_HIST | { IFS=';'; while read -r DT SID SEC EC D C; do echo $C; done; }
rich history output:
tail $CLE_HIST | { IFS=' ' while read DT SID SEC EC D C do echo $C done }

This doesn't happen on fedora nor debian

fixed in commit 083b900