Commit 508cf1c1 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Ensure changes to .shell/lib/ssh.sh cause a config rebuild

parent 6fb69390
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ make_config() {

	if [ -f "$SSH_CONFIG" ] &&
		[ "$SSH_CONFIG" -nt ~/.ssh/config ] &&
		[ "$SSH_CONFIG" -nt ~/.shell/lib/ssh.sh ] &&
		[ "$SSH_CONFIG" -nt $0 ] &&
		(! [ -r ~/.ssh/config.local ] || [ "$SSH_CONFIG" -nt ~/.ssh/config.local ])
	then