1From b44f0d3dbcadb20396dc83a2aa307d54490388ea Mon Sep 17 00:00:00 2001 2From: "William A. Kennington III" <wak@google.com> 3Date: Thu, 28 May 2020 23:07:58 -0700 4Subject: [PATCH] conf2struct: Use the right perl 5 6Upstream-Status: Pending 7 8--- 9 conf2struct | 3 ++- 10 1 file changed, 2 insertions(+), 1 deletion(-) 11 12diff --git a/conf2struct b/conf2struct 13index 8d68741..b88a9b7 100755 14--- a/conf2struct 15+++ b/conf2struct 16@@ -1,4 +1,5 @@ 17-#! /usr/bin/perl -w 18+#!/usr/bin/env perl 19+use warnings; 20 21 my $license = <<EOF; 22 # conf2struct: generate libconf parsers that read to structs 23-- 242.27.0.rc0.183.gde8f92d652-goog 25 26