From 82301aea4f2e1cdbcee5bb40d3235afc6b9bc468 Mon Sep 17 00:00:00 2001 From: Anel Husakovic Date: Fri, 2 Oct 2020 05:19:41 +0200 Subject: MDEV-23697: bin/env perl -i -> bin/perl -i - reverting 37c88445e30d doesn't mean adding space where shouldn't been - /bin/perl instead of /bin perl --- scripts/convert-debug-for-diff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/convert-debug-for-diff.sh b/scripts/convert-debug-for-diff.sh index 478d730d15a..5b3ce05b815 100755 --- a/scripts/convert-debug-for-diff.sh +++ b/scripts/convert-debug-for-diff.sh @@ -1,4 +1,4 @@ -#!/usr/bin perl -i +#!/usr/bin/perl -i # # This script converts all numbers that look like addresses or memory sizes, # in a debug files generated by --debug (like mysqld --debug-dbug), to #. -- cgit v1.2.1