Commit 0379e40a authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix syntax error in .ssh/forward

parent d27202a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/sh
has(){ type $1 >/dev/null 2>/dev/null; }

for PYTHON in python3.7 python3.6 python3.5 python3.4 python3.3 python3
for PYTHON in python3.7 python3.6 python3.5 python3.4 python3.3 python3 \
	python2.7 python2 python
do
	if has $PYTHON; then