From c67241ed5661b56da42c9f35f5be27ac738a5d00 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 12 Jan 2008 19:40:02 +0000 Subject: check-exports: Restore the cleanup rm of our tmp file which I didn't mean to leave commented out. Original commit message from CVS: * check-exports: Restore the cleanup rm of our tmp file which I didn't mean to leave commented out. --- check-exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check-exports') diff --git a/check-exports b/check-exports index ae72020..16df41f 100755 --- a/check-exports +++ b/check-exports @@ -59,7 +59,7 @@ nm $NMARGS $lib_path | awk \ diffoutput=`diff -u $def_path $lib_result` -# rm $lib_result +rm $lib_result if test "x$diffoutput" = "x"; then exit 0; -- cgit v1.2.3