From 0dee02df98e29cc6a2d43ba60d6a2b93e715bfc4 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 12 Jan 2013 17:53:17 +0100 Subject: [PATCH] ywrap: remove an obsolete FIXME comment If it were still relevant, somebody would have complained by now. Signed-off-by: Stefano Lattarini --- lib/ylwrap | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ylwrap b/lib/ylwrap index 13b6a23..8f072a8 100755 --- a/lib/ylwrap +++ b/lib/ylwrap @@ -161,8 +161,6 @@ case $prog in *[\\/]*) prog=`pwd`/$prog ;; esac -# FIXME: add hostname here for parallel makes that run commands on -# other machines. But that might take us over the 14-char limit. dirname=ylwrap$$ do_exit="cd '`pwd`' && rm -rf $dirname > /dev/null 2>&1;"' (exit $ret); exit $ret' trap "ret=129; $do_exit" 1 -- 2.7.4