Single-line text in wolfram is now handled. - annna - Annna the nice friendly b… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 9e9d3d661e23ccb501a8105a01f7e8bc9c9e07e7 | |
parent 114d0fba2b4e4a387266cf565c404de0417ac278 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sat, 2 May 2020 23:13:13 +0200 | |
Single-line text in wolfram is now handled. | |
Diffstat: | |
M annna-start-services | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -217,6 +217,7 @@ then | |
;; | |
*) | |
dresult="$(printf "%s\n" "${dresult}" \ | |
+ | sed 's,\([a-zA-Z]\)$,\1 ,' \ | |
| tr -d '\n')" | |
;; | |
esac |