Kaydet (Commit) 91d6c309 authored tarafından Luboš Luňák's avatar Luboš Luňák

make update_pch.sh work with symlinked path or CDPATH set

Change-Id: I059393357c3b0d91e30c16df066fb6dd8ba28ab9
üst 3d6e2081
......@@ -12,7 +12,8 @@
# Invoke: make cmd cmd="./bin/update_pch.sh [..]"
root=`dirname $0`
root=`cd $root/.. && pwd`
root=`cd $root/.. >/dev/null && pwd`
root=`readlink -f $root`
cd $root
if test -z "$1"; then
......
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