From 12a3d6fd3ccab22eefabe4e017e7140b5887b90c Mon Sep 17 00:00:00 2001 From: bunyevacz <40023510+bunyevacz@users.noreply.github.com> Date: Sat, 23 Jun 2018 09:40:46 +0200 Subject: [PATCH] Updated Administrating wildduck via command line (markdown) --- Administrating-wildduck-via-command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Administrating-wildduck-via-command-line.md b/Administrating-wildduck-via-command-line.md index 32082bb..287844f 100644 --- a/Administrating-wildduck-via-command-line.md +++ b/Administrating-wildduck-via-command-line.md @@ -50,7 +50,7 @@ if [ -f $HOME/.wildduck.commands ]; then fi ``` -Please not, that `. file` is the same as `source file`. But dot itself is +Please note `. file` is the same as `source file`. But dot itself is POSIX compatible, while `source` is bash builtin (and some other shells too), but bash itself [does not make a distinction between dot and source](https://stackoverflow.com/a/20094373).