fixinc.in (dirname): Change sed from 's|[^/]*/||' to 's|[^/]*//*||'.
2017-10-13 Mike Frysinger <vapier@chromium.org> * fixinc.in (dirname): Change sed from 's|[^/]*/||' to 's|[^/]*//*||'. From-SVN: r253730
This commit is contained in:
parent
65991ea3f8
commit
b015bcbb16
@ -1,3 +1,8 @@
|
||||
2017-10-13 Mike Frysinger <vapier@chromium.org>
|
||||
|
||||
* fixinc.in (dirname): Change sed from 's|[^/]*/||' to
|
||||
's|[^/]*//*||'.
|
||||
|
||||
2017-06-12 Doug Rupp <rupp@adacore.com>
|
||||
|
||||
* inclhack.def (AAB_vxworks_stdint): Remove hack.
|
||||
|
@ -344,7 +344,7 @@ if $LINKS; then
|
||||
mkdir $component >/dev/null 2>&1
|
||||
cd $component
|
||||
dirmade=$dirmade/$component
|
||||
dirname=`echo $dirname | sed -e 's|[^/]*/||'`
|
||||
dirname=`echo $dirname | sed -e 's|[^/]*//*||'`
|
||||
done
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user