Closed Akeboshiwind closed 4 years ago
Hey, I'm probably just missing a feature of sh I didn't know about, but where is the source of this pkg variable you use all over the place. I can't see it being set anywhere and it should just default to empty.
sh
pkg
Edit: I forgot to add an example: https://github.com/kisslinux/kiss/blob/9d19826b85de1864293f556e87a86500fbff8243/kiss#L167
When a list or variable is omitted, for var will iterate over $@.
for var
$@
Thanks :)
Hey, I'm probably just missing a feature of
sh
I didn't know about, but where is the source of thispkg
variable you use all over the place. I can't see it being set anywhere and it should just default to empty.Edit: I forgot to add an example: https://github.com/kisslinux/kiss/blob/9d19826b85de1864293f556e87a86500fbff8243/kiss#L167