diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-15 19:40:30 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-15 21:19:10 -0400 |
commit | cbd5b85dfa891914f2a799b9206308d02d5e4d52 (patch) | |
tree | c601655435e63e77af51112284202988b5044c24 | |
parent | 1fda1581d8ff8e85a4fa0e73e5147fd6798895e9 (diff) |
move update_pch.sh to a more obvious place
Change-Id: I379bfa8a8531c9ebc09d29ac789d70c8c5dafc79
-rwxr-xr-x | bin/update_pch.sh (renamed from solenv/bin/update_pch.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/update_pch.sh b/bin/update_pch.sh index 39569f75213b..4d9456969d3b 100755 --- a/solenv/bin/update_pch.sh +++ b/bin/update_pch.sh @@ -10,7 +10,7 @@ # Usage: update_pch.sh [precompiled_xxx.hxx] root=`dirname $0` -root=`cd $root/../.. && pwd` +root=`cd $root/.. && pwd` if test -z "$1"; then headers=`ls $root/*/inc/pch/precompiled_*.hxx` |