summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rpc.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc.bash b/src/rpc.bash
index 853120f..4908767 100644
--- a/src/rpc.bash
+++ b/src/rpc.bash
@@ -14,7 +14,6 @@ __bashrpc__remote_run_script()
14 local script="$1" 14 local script="$1"
15 shift 15 shift
16 BASH_RPC_SHELL_OPTIONS=(--norc --noprofile) 16 BASH_RPC_SHELL_OPTIONS=(--norc --noprofile)
17 set -x
18 # printf 'DEBUG:<%s>\n' "${BASH_RPC_SSH_OPTIONS[@]}" >&2 17 # printf 'DEBUG:<%s>\n' "${BASH_RPC_SSH_OPTIONS[@]}" >&2
19 exec ssh \ 18 exec ssh \
20 "${BASH_RPC_SSH_OPTIONS[@]}" -- \ 19 "${BASH_RPC_SSH_OPTIONS[@]}" -- \