cleanup sourcecode

This commit is contained in:
Mario Fetka 2013-03-04 08:22:27 +01:00
parent b6ea204317
commit ef61de4e19
1 changed files with 7 additions and 9 deletions

View File

@ -3,12 +3,10 @@
# vim:et:ft=sh:sts=2:sw=2
#
# Copyright 2008 Kate Ward. All Rights Reserved.
# Copyright 2013 Mario Fetka. All Rights Reserved.
# Released under the LGPL (GNU Lesser General Public License)
#
# Author: kate.ward@forestent.com (Kate Ward)
#
# This script runs the provided unit tests and sends the output to the
# appropriate file.
# Author: Mario Fetka <mario.fetka@gmail.com>
#
# treat unset variables as an error
@ -76,11 +74,11 @@ show()
done
boxes -d shell $show_list
# rm -f ${show_list}
# rm -f ${file_list}
# rm -f ${file_list_final}
# rm -f ${file_list_version}
# rm -f ${file_list_release}
rm -f ${show_list}
rm -f ${file_list}
rm -f ${file_list_final}
rm -f ${file_list_version}
rm -f ${file_list_release}
}