You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/05/05 04:13:45 UTC

[incubator-nuttx-testing] 01/05: Revert "cibuild.sh: Avoid .. in path"

This is an automated email from the ASF dual-hosted git repository.

btashton pushed a commit to branch revert-42-cibuild
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git

commit 2d8f50aa0c40a0b56bdbd3fe3c17de520837f5ea
Author: Brennan Ashton <ba...@brennanashton.com>
AuthorDate: Mon May 4 21:13:37 2020 -0700

    Revert "cibuild.sh: Avoid .. in path"
    
    This reverts commit be0ae2f1890b7669f2af43fc6aaf97acea9b017f.
---
 cibuild.sh | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/cibuild.sh b/cibuild.sh
index 86fb1b0..d766780 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -26,11 +26,10 @@
 set -e
 
 WD=$(cd $(dirname $0) && pwd)
-WORKSPACE=$(cd $WD/.. && pwd -P)
-nuttx=$WORKSPACE/nuttx
-apps=$WORKSPACE/apps
-tools=$WORKSPACE/tools
-prebuilt=$WORKSPACE/prebuilt
+nuttx=$WD/../nuttx
+apps=$WD/../apps
+tools=$WD/../tools
+prebuilt=$WD/../prebuilt
 os=$(uname -s)
 EXTRA_PATH=