]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
It's said that just "END" is better style than "sub END".
authorAxel Beckert <abe@deuxchevaux.org>
Thu, 17 Jan 2013 20:11:44 +0000 (21:11 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Thu, 17 Jan 2013 20:16:22 +0000 (21:16 +0100)
bin/xen-create-image

index 79fa9743219b7764deec44c7f5f9413f7e09ce88..cd91b043605a2e803ffb35e5dd939d4b6246aede 100755 (executable)
@@ -4096,7 +4096,7 @@ sub clean_up () {
     }
 }
 
-sub END
+END
 {
     exit 0 if $VERSION || $HELP || $MANUAL || $DUMPCONFIG;