blob: 9c73d3e579b266dfa6bac752209fc0ac358c8bbf [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001From eef7c44c10de32ba399ab162cb5799fafdce3fa5 Mon Sep 17 00:00:00 2001
2From: Joe Slater <joe.slater@windriver.com>
3Date: Tue, 15 Mar 2022 22:00:04 +0000
4Subject: [PATCH] fixline1: fix line 1
5
6Ironically, fixline1 needs its first line modified by
7fixline1. We do that, manually.
8
9Upstream-Status: Inappropriate [OE specific cross build setup]
10
11Signed-off-by: Joe Slater <joe.slater@windriver.com>
12---
13 fixline1 | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16diff --git a/fixline1 b/fixline1
17index 113e9bb..8a38e96 100755
18--- a/fixline1
19+++ b/fixline1
20@@ -1,4 +1,7 @@
21-#!expect --
22+#!/bin/sh
23+# expect won't see the exec \
24+exec expect -- "$0" ${1+"$@"}
25+
26 # Synopsis: fixline1 newpath < input > output
27 # Author: Don Libes
28
29--
302.32.0
31