From 21424b25438059a39dcdcd94ea31b6746e5c69d2 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Sat, 13 Dec 2025 23:50:51 -0500 Subject: Initial work on making scripts work in non-bash envs Replace function defs with dash legal function syntax: function fn { } -> fn() { } --- docs/ssync.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ssync.1') diff --git a/docs/ssync.1 b/docs/ssync.1 index e4e9c28..15c0b45 100644 --- a/docs/ssync.1 +++ b/docs/ssync.1 @@ -26,4 +26,4 @@ Fetching backend: sftp (default) / rsync Steph Enders .MT steph@senders.io .ME -ssync is open source licensed under the ISC license. See LICENSE.txt for full copyright information. +ssync is open source licensed under the ISC license. See LICENSE for full copyright information. -- cgit v1.2.3-54-g00ecf