From 379f1a7ec74e8c4f382bc9a5a638bea414144cb5 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 13 Jan 2022 11:33:42 +0100 Subject: Fix shebang --- tabulate.sed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabulate.sed b/tabulate.sed index cd30ff1..fb081e5 100755 --- a/tabulate.sed +++ b/tabulate.sed @@ -1,4 +1,4 @@ -#!/bin/sed -Efi +#!/bin/sed -Ef # Script to convert spaces to tabs # Usage: ./tabulate.sed file1 file2 ... fileN -- cgit v1.2.3