Update of /cvsroot/audacity/audacity-src/scripts
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv19010/scripts

Modified Files:
      Tag: AUDACITY_1_2
        maketarball 
Log Message:
Fixed a missing semicolon causing a syntax error


Index: maketarball
===================================================================
RCS file: /cvsroot/audacity/audacity-src/scripts/maketarball,v
retrieving revision 1.8.2.10
retrieving revision 1.8.2.11
diff -u -d -r1.8.2.10 -r1.8.2.11
--- maketarball 2 Aug 2006 20:35:56 -0000       1.8.2.10
+++ maketarball 26 Oct 2006 16:37:06 -0000      1.8.2.11
@@ -37,7 +37,7 @@
 
 print "removing executable and other intermediate files...\n";
 `rm -rf audacity .depend obj config.cache config.status config.log Makefile`;
-`rm -rf autom4te.cache`
+`rm -rf autom4te.cache`;
 
 print "removing bugs and todo lists\n";
 `rm -f bugs.txt todo.txt`;


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to