carbon-core-system

Integration repository for versioned configuration and software on Carbon
git clone https://ccx.te2000.cz/git/carbon-core-system
Log | Files | Refs | Submodules

commit f624775bc571f7f12ba5a5519a4dac17b396bf03
parent 700f873c4a44d3dfc5f242bef6b7e0c708269296
Author: ccx <root@dorje.wpr.cz>
Date:   Mon, 29 Mar 2021 18:16:50 +0200

Fix parameter name

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

diff --git a/install b/install @@ -54,7 +54,7 @@ ln_from_sub() { ln_sub_command() { local cmd for cmd in ${${sm_dst[$1]}:t}/{command,bin}/*(N); do - s6-ln -s ../$f ./command/ || exit $? + s6-ln -s ../$cmd ./command/ || exit $? done } install_dot() {