commit 9aaa1575bdac519ef69e9ce09ca4d5e0abcdc300 parent e1bf21358a3de917d4fc70613eaac207da271a71 Author: mrgrouse <bdmfegys@duck.com> Date: Sun, 3 Aug 2025 04:21:08 -0400 fix ifte statement in svc.runservice Diffstat:
| M | svc/svc.runservice | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/svc/svc.runservice b/svc/svc.runservice @@ -7,5 +7,5 @@ ifte { eltest $funnvaridontknownameof -eq 0 } # then { background { ./bare.sh ${1} ${3} } } # else - { background { "${2}/${1}" "${3}" } } + background { "${2}/${1}" "${3}" } # fi