Home
last modified time | relevance | path

Searched refs:epm_archive_name (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/
H A Dfetch_tarballs.sh240 epm_archive_name=$(find "$TARFILE_LOCATION" -type f -name "*-$epm_archive_tail")
241 if [ -n "$EPM_URL" -a ! -x "$SOLARENV/$OUTPATH/bin/epm$EXEEXT" -a -z "$epm_archive_name" ]; then
245 epm_archive_name=`echo $archive_name | sed 's/-source//'`
246 mv "$archive_name" "$epm_archive_name"

Completed in 10 milliseconds