diff options
| author | ruki <[email protected]> | 2020-01-19 21:45:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-01-19 21:45:01 +0800 |
| commit | de7f1c8864bd4c186106b57b796106d39a4fe49b (patch) | |
| tree | 4beb106fad20a16937df5140c6fced61bf68553d /scripts | |
| parent | 382488036184236e17be24ede9cca18ae8af32c5 (diff) | |
fix srcenv.profile
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/srcenv.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/srcenv.profile b/scripts/srcenv.profile index 1fe3af35b..5e69b5540 100644 --- a/scripts/srcenv.profile +++ b/scripts/srcenv.profile @@ -1,6 +1,6 @@ # cd projectdir export XMAKE_PROGRAM_DIR=`pwd`/xmake -if [ -f ``pwd`/core/build/xmake` ]; then +if [ -f `pwd`/core/build/xmake ]; then alias xmake=`pwd`/core/build/xmake else alias xmake=`pwd`/core/src/demo/demo.b |
