@@ -34,6 +34,7 @@ then
#
ls -rt $DIR | while read FILE
do
+ FILE="${DIR}/${FILE}"
if [ -f $FILE ]
then
if rm -f $FILE