From 6976377aa141ac51cd7d98fa80d34866f9f7b611 Mon Sep 17 00:00:00 2001 From: Oz Linden <oz@lindenlab.com> Date: Thu, 8 Dec 2016 10:11:58 -0500 Subject: [PATCH] use native paths for llphysicsextensions_package file name --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 1af66f0cb6a..5502fc28b13 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 -- GitLab