input: Always push in setinputfile
commit7105464252db7af6a4fd2eb09229ad2601d112a7
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 2 Jun 2024 01:29:08 +0000 (2 09:29 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 8 Jun 2024 03:43:51 +0000 (8 11:43 +0800)
tree7bf4442bb4ef6ab314eedaee779b80cf48e2c7fe
parent6c44f4ee0c2b4e96745d83752c64402eaa360a1c
input: Always push in setinputfile

Push the input file even in the case of "sh file".  This is because
the base parsefile will be used for read(1).

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
src/input.c