summaryrefslogtreecommitdiffstats
path: root/easy_e17.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-23 21:41:49 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-23 21:41:49 +0100
commit2024584f2713a34b095113b4f34516430a0e68bb (patch)
treee857e92be191fda4abbae8e42a0a6baab745278b /easy_e17.sh
parent653c93e41633dde79450a18014a49247314a404a (diff)
downloadbin-2024584f2713a34b095113b4f34516430a0e68bb.zip
bin-2024584f2713a34b095113b4f34516430a0e68bb.tar.gz
easy_e17.sh: ewk --clean must cd after
Diffstat (limited to 'easy_e17.sh')
-rwxr-xr-xeasy_e17.sh2
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