]> git.stg.codes - stg.git/blobdiff - projects/make_tarball/get_from_cvs
Fix trailing whitespaces.
[stg.git] / projects / make_tarball / get_from_cvs
index 362f40291629bbeb24050c3071f724e1538daa75..989c7668d6e0f7e8729892f7bc7069b5faeb51b3 100755 (executable)
@@ -15,7 +15,7 @@ send_user "checkout module $module";
 
 spawn ssh $user@$host
 expect {
-    "(yes/no)? " { 
+    "(yes/no)? " {
         send  "yes\r"
         send_user "Key accepted";
         }
@@ -24,13 +24,13 @@ expect {
         send_user "Key accepting dont needed";
         }
     }
-    
-spawn cvs -d :ext:$user@$host:$cvsroot co -N -d $dir $module 
+
+spawn cvs -d :ext:$user@$host:$cvsroot co -N -d $dir $module
 expect {
     "assword:" {
         send "$pass\r"
         expect {
-            "assword:" { 
+            "assword:" {
                 send_user "<h3><font color=red>cvs checkout $module failed. Incorrect password</font></h3>";
                 exit 1
                 }
@@ -46,13 +46,13 @@ expect {
                 }
             }
         }
-        
+
      "aborted" {
          send_user "<h3><font color=red>cvs checkout $module failed.</font></h3>";
          exit 1
          }
     }
-  
+