Skip to content
Snippets Groups Projects
Commit 25385fdc authored by nikaeinn's avatar nikaeinn
Browse files

correct the file name when building EPC

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6631 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent eb91417f
No related branches found
No related tags found
No related merge requests found
......@@ -696,7 +696,7 @@ compile_epc() {
cd $OPENAIRCN_DIR
if [ $1 = 1 ]; then
echo_info "build a clean EPC"
bash_exec "rm -rf obj"
bash_exec "rm -rf objs"
fi
OBJ_DIR=`find . -maxdepth 1 -type d -iname obj*`
if [ ! -n "$OBJ_DIR" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment