edit: Move 'exit 0' to end of file.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 5 Apr 2011 16:46:23 +0000 (17:46 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 11 Apr 2011 10:09:27 +0000 (11:09 +0100)
This is just code motion.
(cherry picked from commit 60cdf446063a0ae61c52140355677d7da2327fa2)

tools/virt-edit

index e45aea6..e468dd8 100755 (executable)
@@ -269,8 +269,6 @@ if (defined $do_upload) {
 
 undef $g;
 
-exit 0;
-
 =head1 NON-INTERACTIVE EDITING
 
 C<virt-edit> normally calls out to C<$EDITOR> (or vi) so
@@ -370,6 +368,10 @@ do it like this:
 
  guestfish --rw -i -d domname edit /file1 : edit /file2
 
+=cut
+
+exit 0;
+
 =head1 ENVIRONMENT VARIABLES
 
 =over 4