c9 / install

Cloud9 SSH installer
179 stars 151 forks source link

Fix a small bug with a conditional statement. #22

Closed javruben closed 9 years ago

javruben commented 9 years ago

I found a bug in c9.sh line 254. When I changed to below, everything worked after that. if [ ! -x which $1 ]; then