Commit 0a379fec authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

nettoyage debug

parent 69f4590a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -397,7 +397,6 @@ new_edition_build(){
    mkdir "${DIRECTORY}/../editions"
  fi
  mkdir "${DIRECTORY}/../editions/$1"
  echo $1", "$2", "$3",${DIRECTORY}/xq/create_project_config.xq"
  $BASEX_BIN -b projectId="$1" -b dbPath="$2" -b envType="$3" -b maxPath="${DIRECTORY}/.." ${DIRECTORY}/xq/create_project_config.xq
  include_project_config "$1"
}