summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-12-08 10:11:58 -0500
committerOz Linden <oz@lindenlab.com>2016-12-08 10:11:58 -0500
commit6976377aa141ac51cd7d98fa80d34866f9f7b611 (patch)
treef36fb98f2b3e5a1eea724718a5c267434dfabe99 /build.sh
parentc2f70796986424bb7061665f70744a68c887e216 (diff)
use native paths for llphysicsextensions_package file name
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 1af66f0cb6..5502fc28b1 100755
--- a/build.sh
+++ b/build.sh
@@ -126,7 +126,6 @@ package_llphysicsextensions_tpv()
if [ -r "${PKGTMP}" ]
then
. "${PKGTMP}" # sets autobuild_package_{name,filename,md5}
- autobuild_package_filename="$(shell_path "${autobuild_package_filename}")"
echo "${autobuild_package_filename}" > $build_dir/llphysicsextensions_package
fi
else