From e0cc6986ced97ab9b829918f4a2d4b5fffa5367d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 6 Dec 2023 14:19:55 +0000 Subject: [PATCH] dot/profile: Persuade `rsync' not to do silly things to arguments. --- dot/profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot/profile b/dot/profile index 804ee8e..93c5421 100644 --- a/dot/profile +++ b/dot/profile @@ -265,6 +265,9 @@ unset b __mdw_setconf __MDW_ROOTLY rootly BECOME="--preserve-environment"; export BECOME +## `rsync' configuration. +RSYNC_PROTECT_ARGS=1; export RSYNC_PROTECT_ARGS + ## It's useful to see the little sigils in `ls'. case ${LS_OPTIONS+t} in t) ;; *) LS_OPTIONS="-F"; export LS_OPTIONS; esac -- 2.11.0