Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
link ROOT/xctool.sh -> ROOT/scripts/xctool.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fpotter committed Nov 5, 2013
1 parent d5f902e commit 454d090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/xctool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

set -e

XCTOOL_DIR=$(cd $(dirname $0)/..; pwd)
REALPATH=$([[ -L $0 ]] && echo $(dirname $0)/$(readlink $0) || echo $0)
XCTOOL_DIR=$(cd $(dirname $REALPATH)/..; pwd)

TEMP_PATH=$(/usr/bin/mktemp -t xctool-build)
trap "rm -f $TEMP_PATH" EXIT
Expand Down
1 change: 1 addition & 0 deletions xctool.sh

0 comments on commit 454d090

Please sign in to comment.