aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc/source_argv_and_shift.right
AgeCommit message (Collapse)Author
2017-01-09hush: fix a bug in argv restoration after sourcing a fileDenys Vlasenko
if sourced file "shift"ed argvs so that $1 is NULL, restore wasn't done. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>