Index: config/iris/node/FreeBSD/8.0-RELEASE/g_list.pl
===================================================================
--- config/iris/node/FreeBSD/8.0-RELEASE/g_list.pl	(revision 8782)
+++ config/iris/node/FreeBSD/8.0-RELEASE/g_list.pl	(revision 8783)
@@ -87,21 +87,18 @@
 };
 
-
 #als geen node gespecificeerd dan kijken of svn geupdate is gevraagd
-if(!$node) {
-  if( $ENV{"QUERY_STRING"}=~/update/i) {
-    printline("<PRE>");
-    #select(STDERR); $| = 1;     # make unbuffered
-    #select(STDOUT); $| = 1;     # make unbuffered
-    printline(`$svn update $ndir`);
-    printline("</PRE>");
-    printline("<H2>Done.<H2><P>");
-    printline("Click <A HREF=$source>here</A>");
-    printline("if you're not forwarded automaticly in 5 seconds.<P>");
-    printline("<META HTTP-EQUIV=REFRESH CONTENT=5;URL=$source>");
-  }
-  else {
-   g_list( );
-  }
+if( $ENV{"QUERY_STRING"}=~/update/i) {
+  printline("<PRE>");
+  #select(STDERR); $| = 1;     # make unbuffered
+  #select(STDOUT); $| = 1;     # make unbuffered
+  printline(`$svn update $ndir`);
+  printline("</PRE>");
+  printline("<H2>Done.<H2><P>");
+  printline("Click <A HREF=$source>here</A>");
+  printline("if you're not forwarded automaticly in 5 seconds.<P>");
+  printline("<META HTTP-EQUIV=REFRESH CONTENT=5;URL=$source>");
+}
+elsif( !$node ) {
+  g_list( );
 }
 elsif( $node eq 'filelist' ) {
