]> Cypherpunks.ru repositories - goredo.git/blobdiff - t/redo-sh.tests/clean
clean target has no dependencies
[goredo.git] / t / redo-sh.tests / clean
old mode 100644 (file)
new mode 100755 (executable)
similarity index 85%
rename from t/redo-sh.tests/clean.do
rename to t/redo-sh.tests/clean
index dec6f7b..9e80172
@@ -1,3 +1,5 @@
+#!/bin/sh -e
+
 for f in * ; do
     [ -d $f ] || continue
     find $f ! -name test -delete