From 3f2b5454fb0e975cd728f38450c6460f8955140e Mon Sep 17 00:00:00 2001 From: Thomas Gambier <thomas.gambier@nexedi.com> Date: Thu, 19 Dec 2024 22:13:48 +0100 Subject: [PATCH] obs/re6st: fix generation of ovnp-* scripts --- obs/re6st/buildout.cfg.in | 1 - 1 file changed, 1 deletion(-) diff --git a/obs/re6st/buildout.cfg.in b/obs/re6st/buildout.cfg.in index c7d239bc..bf3fb216 100644 --- a/obs/re6st/buildout.cfg.in +++ b/obs/re6st/buildout.cfg.in @@ -38,7 +38,6 @@ update = if src.readline() != shebang: y = x + '.new' with open(y, 'w') as dst: - src.readline() dst.write(shebang) shutil.copyfileobj(src, dst) shutil.copymode(x, y) -- 2.30.9