diff options
Diffstat (limited to 'easy_e17.sh')
-rwxr-xr-x | easy_e17.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/easy_e17.sh b/easy_e17.sh index 70b4399..b3995be 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -1054,7 +1054,7 @@ function compile () return fi fi - cd .. + cd "$path" elif [ $package_clean -ge 2 ]; then [ -d $ewk_build_dir ] && run_command "$name" "path" "purge" "purge : " "$mode" "rm -fr $ewk_build_dir" fi |