Typo
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 25 Sep 2008 21:21:45 +0000 (22:21 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 25 Sep 2008 21:21:45 +0000 (22:21 +0100)
show-build-order.pl

index 75575c6..53353ce 100755 (executable)
@@ -59,7 +59,7 @@ sub main {
     delete $br{"mingw32-wix"};
     delete $br{"mingw32-example"};
     delete $br{"mingw32-gdb"};
-    delete $br("mingw32-sqlite");
+    delete $br{"mingw32-sqlite"};
 
     # There is a dependency loop (gcc -> runtime/w32api -> gcc)
     # which has to be manually resolved below.  Break that loop.