]> Cypherpunks.ru repositories - goredo.git/blobdiff - README
Remove shebang parsing, let the kernel do this
[goredo.git] / README
diff --git a/README b/README
index d4d3876b11e10dd3fe4c8f7a274683f53a96d67f..fe94477c205b04410784eaed3775c6867851ba28 100644 (file)
--- a/README
+++ b/README
@@ -31,9 +31,9 @@ NOTES                                                     *goredo-notes*
 * .do's arguments are relative paths
 * .do search goes up to / by default, but can be limited with either
   REDO_TOP_DIR environment variable, or by having .redo/top file in it
-* executable .do is run as is
-* shebangless .do is run with /bin/sh -e[x]
 * target's completion messages are written after they finish
+* executable .do is run as is, non-executable is run with /bin/sh -e[x]
+* tracing (-x) can be done only for non-executable .do
 
 FEATURES                                               *goredo-features*