Skip to content

Commit

Permalink
Tell SSH to pass LC_* variables
Browse files Browse the repository at this point in the history
On NixOS, this doesn't seem to be the default anymore.
  • Loading branch information
iblech committed Oct 27, 2017
1 parent a21b8bf commit 77d4431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshlatex
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ if [ "$1" = "localhost" ]; then
ssh_command="bash -c"
tar_opts=""
else
ssh_command="ssh $1"
ssh_command="ssh -o SendEnv=LC_* $1"
tar_opts="-z"
fi

Expand Down

0 comments on commit 77d4431

Please sign in to comment.