[LON-CAPA-cvs] cvs: loncom /build make_domain_coordinator.pl

raeburn raeburn@source.lon-capa.org
Wed, 27 Apr 2011 20:42:58 -0000


raeburn		Wed Apr 27 20:42:58 2011 EDT

  Modified files:              
    /loncom/build	make_domain_coordinator.pl 
  Log:
  - Typo.
  
  
Index: loncom/build/make_domain_coordinator.pl
diff -u loncom/build/make_domain_coordinator.pl:1.18 loncom/build/make_domain_coordinator.pl:1.19
--- loncom/build/make_domain_coordinator.pl:1.18	Mon Mar 28 21:13:41 2011
+++ loncom/build/make_domain_coordinator.pl	Wed Apr 27 20:42:58 2011
@@ -11,7 +11,7 @@
 # The LearningOnline Network
 # make_domain_coordinator.pl - Make a domain coordinator on a system
 #
-# $Id: make_domain_coordinator.pl,v 1.18 2011/03/28 21:13:41 raeburn Exp $
+# $Id: make_domain_coordinator.pl,v 1.19 2011/04/27 20:42:58 raeburn Exp $
 #
 # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
 #
@@ -166,7 +166,7 @@
     $is_user = 1;
 }
 
-if (is_user) {
+if ($is_user) {
     print(&mt('**** ERROR **** [_1] is already a linux operating system user.',
               $username)."\n\n".
           &mt('This script will only automatically generate new users.')."\n".