From 7171d36bb11e635da17c96b53283f07875742927 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 4 Oct 2002 22:30:06 +0000 Subject: [PATCH] Add: Don't rely on temporary scripts being executable. Run shell explicitly. --- src/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/TODO b/src/TODO index 698a253e9..04fd0342e 100644 --- a/src/TODO +++ b/src/TODO @@ -12,6 +12,8 @@ string. REGRESSION: Allow minimal functionality on read-only filesystems. +Don't rely on temporary scripts being executable. Run shell explicitly. + When using included S-Lang, don't fill empty areas with spaces (' '), because they are copied to the buffer when doing cut and paste.