diff admin/build-configs @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 0f6e6a0405c4
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/admin/build-configs	Tue Feb 04 13:30:45 2003 +0000
+++ b/admin/build-configs	Tue Feb 04 14:56:31 2003 +0000
@@ -80,14 +80,14 @@
     unlink "config.cache";
 
     $rc = system ("$root/configure $configure_options >>$log 2>&1");
-    if ($rc != 0) 
+    if ($rc != 0)
       {
 	print "configure failed\n";
 	exit 1;
       }
 
     $rc = system ("make-emacs --all $make_options >>$log 2>&1");
-    if ($rc != 0) 
+    if ($rc != 0)
       {
 	print "Make failed\n";
 	exit 1;