From 134e4e30894e9909c2c0efaa9d9c57bb5da1cd26 Mon Sep 17 00:00:00 2001 From: Stefan Ubbink Date: Sat, 1 May 2021 18:36:10 +0200 Subject: [PATCH] Use /usr/bin/env to fix running it on FreeBSD --- nsdiff | 2 +- nspatch | 2 +- nsvi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nsdiff b/nsdiff index d2b5e66..9398c25 100755 --- a/nsdiff +++ b/nsdiff @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # SPDX-License-Identifier: CC0-1.0 use warnings; diff --git a/nspatch b/nspatch index a00a46e..ac08c0e 100755 --- a/nspatch +++ b/nspatch @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # SPDX-License-Identifier: CC0-1.0 use warnings; diff --git a/nsvi b/nsvi index ebebd42..a007a30 100755 --- a/nsvi +++ b/nsvi @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # SPDX-License-Identifier: CC0-1.0 use warnings;