Skip to content
Permalink
Browse files
MDEV-23697: bin/env perl -i -> bin/perl -i
- reverting 37c8844 doesn't mean adding space where shouldn't been
- /bin/perl instead of /bin perl
  • Loading branch information
an3l committed Oct 2, 2020
1 parent 904b811 commit 82301ae
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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 #.

0 comments on commit 82301ae

Please sign in to comment.