Explorar o código

dpkg-vendor: Error out when no action option is provided

It was previously giving perl warnings due to uninitialized variables.
Guillem Jover %!s(int64=17) %!d(string=hai) anos
pai
achega
170fd06d35
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      scripts/dpkg-vendor.pl

+ 2 - 0
scripts/dpkg-vendor.pl

@@ -78,6 +78,8 @@ while (@ARGV) {
     }
 }
 
+usageerr(_g("need an action option")) unless defined($action);
+
 # Uses $ENV{DEB_VENDOR} if set
 $vendor = get_current_vendor() unless defined($vendor);