aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-01-04 19:30:41 +0700
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-01-04 19:30:41 +0700
commit2b9a0e715ec459198f486653023d963b79291da7 (patch)
tree15eb01adfa64a95e8b28bb82c07792f43e29df65 /init
parentd9c358ba831824913a37d578be35e2df3b1705e4 (diff)
downloadbusybox-w32-2b9a0e715ec459198f486653023d963b79291da7.tar.gz
busybox-w32-2b9a0e715ec459198f486653023d963b79291da7.tar.bz2
busybox-w32-2b9a0e715ec459198f486653023d963b79291da7.zip
win32: ash: fix path_advance() not advancing correctly
*p can be either ':' or ';' at the end of path_advance(). However the code expects it to be ':' only. This effectively skips the rest of $PATH after the first component when Windows' $PATH is used. This should fix Github#1. While at it, also fix pathopt code expecting ':' only (again).
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions