diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-04-05 17:46:23 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-04-05 18:34:35 +0100 |
commit | 60cdf446063a0ae61c52140355677d7da2327fa2 (patch) | |
tree | 8459c49d7873bd9d15cd1a8619fe14fff3067aa1 /tools | |
parent | aed8f220d279e910e0f398fea6fa674cc6a63783 (diff) | |
download | libguestfs-60cdf446063a0ae61c52140355677d7da2327fa2.tar.gz libguestfs-60cdf446063a0ae61c52140355677d7da2327fa2.tar.xz libguestfs-60cdf446063a0ae61c52140355677d7da2327fa2.zip |
edit: Move 'exit 0' to end of file.
This is just code motion.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/virt-edit | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/virt-edit b/tools/virt-edit index d348c8e9..7f474c96 100755 --- a/tools/virt-edit +++ b/tools/virt-edit @@ -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 |