mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
edit: Move 'exit 0' to end of file.
This is just code motion.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user