Commit b015bcbb by Mike Frysinger Committed by Jeff Law

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
parent 65991ea3
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> 2017-06-12 Doug Rupp <rupp@adacore.com>
* inclhack.def (AAB_vxworks_stdint): Remove hack. * inclhack.def (AAB_vxworks_stdint): Remove hack.
......
...@@ -344,7 +344,7 @@ if $LINKS; then ...@@ -344,7 +344,7 @@ if $LINKS; then
mkdir $component >/dev/null 2>&1 mkdir $component >/dev/null 2>&1
cd $component cd $component
dirmade=$dirmade/$component dirmade=$dirmade/$component
dirname=`echo $dirname | sed -e 's|[^/]*/||'` dirname=`echo $dirname | sed -e 's|[^/]*//*||'`
done done
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment