diff options
Diffstat (limited to 'pony')
| -rwxr-xr-x | pony/watch | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -13,7 +13,7 @@ if [ $? = 0 ]; then  		echo 'pony'  	fi  	rm pony -elif [ ! -f unfetchable ] +elif [ ! -f unfetchable ]; then  	touch unfetchable  	echo 'pony (unfetchable)'  fi | 
