Commit ee6a2164 authored by Vitaly Lipatov's avatar Vitaly Lipatov

drop time requires

parent 5bd913cc
......@@ -25,7 +25,7 @@ epm_checksystem_ALTLinux()
touch $TDIR/added
for ft in $(ls /usr/lib/rpm/*.filetrigger | sort) ; do
echo "Try run $ft ..."
echo $TDIR/added $TDIR/removed | time $ft
echo $TDIR/added $TDIR/removed | a= time $ft
done
rm -f $TDIR/added fatal
rmdir $TDIR || fatal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment