]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix a syntax error in the last change I made. (It's always the simple ones
authorRuss Allbery <rra@debian.org>
Thu, 18 Aug 2005 19:11:09 +0000 (19:11 +0000)
committerRuss Allbery <rra@debian.org>
Thu, 18 Aug 2005 19:11:09 +0000 (19:11 +0000)
you don't retest.)

debian/afs-newcell

index d98777561de534b656ffb93960773fa116d04697..0f6a07b0c04b2638674d54baa627dc818e495ff4 100644 (file)
@@ -225,7 +225,8 @@ unless ($afs_running) {
     print "Please fix whatever problem kept it from running.\n";
     exit(1);
 }
-print "Now, get tokens as $admin in the $cell cell.\n"
+print "\n";
+print "Now, get tokens as $admin in the $cell cell.\n";
 print "Then, run afs-rootvol.\n";
 
 # Success, so clear the unwind commands.