check-exports: Restore the cleanup rm of our tmp file which I didn't mean to leave...
authorJan Schmidt <thaytan@mad.scientist.com>
Sat, 12 Jan 2008 19:40:02 +0000 (19:40 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Sat, 12 Jan 2008 19:40:02 +0000 (19:40 +0000)
Original commit message from CVS:
* check-exports:
Restore the cleanup rm of our tmp file which I didn't mean to leave
commented out.

ChangeLog
check-exports

index e6a571b..207bb0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
 
        * check-exports:
+       Restore the cleanup rm of our tmp file which I didn't mean to leave 
+       commented out.
+
+2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
+
+       * check-exports:
          Fixes to make check-export work on both Solaris and Linux
 
        * m4/gst-error.m4:
index ae72020..16df41f 100755 (executable)
@@ -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;