carbon-config

config submodule of carbon-core-system
git clone https://ccx.te2000.cz/git/carbon-config
Log | Files | Refs

commit d85edf2c453e5ec90ebb9ecf7f88d3dadedbd205
parent 8b5919f7f2b79bfb95e1cb4b03db6d56b01a56cd
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Tue, 26 Jul 2022 18:08:18 +0200

Fix quoting

Diffstat:
Minstall | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install b/install @@ -37,7 +37,7 @@ install_to_all() { done cat >motd <<EOF Welcome to $(<conf/static/etc/hostname)! -This system has configuration managed in $orig_cwd (last change on $(GIT_DIR=$orig_cwd/.git git show -s --pretty=format:%ai by %an)) +This system has configuration managed in $orig_cwd (last change on $(GIT_DIR=$orig_cwd/.git git show -s --pretty='format:%ai by %an')) EOF } typeset -f -t install_to_all