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