git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed8f22
)
edit: Move 'exit 0' to end of file.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 5 Apr 2011 16:46:23 +0000
(17:46 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 5 Apr 2011 17:34:35 +0000
(18:34 +0100)
This is just code motion.
tools/virt-edit
patch
|
blob
|
history
diff --git
a/tools/virt-edit
b/tools/virt-edit
index
d348c8e
..
7f474c9
100755
(executable)
--- 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