Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all.sh: clean up some uses of "local" variables
While pure sh doesn't have a concept of local variables, we can partially emulate them by unsetting variables before we exit the function, and use the convention of giving them lowercase names to distinguish from global variables. Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
- Loading branch information