diff options
Diffstat (limited to 'qtsixa')
-rwxr-xr-x | qtsixa/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtsixa/watch b/qtsixa/watch index edce4fa..ac78544 100755 --- a/qtsixa/watch +++ b/qtsixa/watch @@ -13,7 +13,7 @@ if [ $? = 0 ]; then echo 'qtsixa' fi rm index.html -elif [ ! -f unfetchable ] +elif [ ! -f unfetchable ]; then touch unfetchable echo 'qtsixa (unfetchable)' fi |