summaryrefslogtreecommitdiffstats
path: root/source/a/dcron/run-parts
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/dcron/run-parts')
-rw-r--r--source/a/dcron/run-parts2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/dcron/run-parts b/source/a/dcron/run-parts
index c12ee3536..ce9b9f3d1 100644
--- a/source/a/dcron/run-parts
+++ b/source/a/dcron/run-parts
@@ -89,7 +89,7 @@ for i in $(LC_ALL=C; echo ${1%/}/*[^~,]) ; do
# run executable files
logger -p cron.notice -t "run-parts[$$]" "($1) starting $(basename $i)"
- $i 2>&1 | sed '1i\
+ $i | sed '1i\
'"$i"':\
'
logger -p cron.notice -t "run-parts[$$]" "($1) finished $(basename $i)"