From 60cdf446063a0ae61c52140355677d7da2327fa2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 5 Apr 2011 17:46:23 +0100 Subject: [PATCH] edit: Move 'exit 0' to end of file. This is just code motion. --- tools/virt-edit | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/virt-edit b/tools/virt-edit index d348c8e..7f474c9 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 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 -- 1.8.3.1