version goes into the common section

This commit is contained in:
George Danchev 2011-07-09 09:53:39 +00:00
parent df87273ceb
commit 0ad9ebf1a6
1 changed files with 0 additions and 8 deletions

View File

@ -30,14 +30,6 @@ UPPER=40
printf "${SELF}: Config items:"
printf "\n\txorriso_cmd=${RELENG_XORRISO}\n"
# xorriso version details, incl. underlying libraries
"${RELENG_XORRISO}" -version
if ! "${RELENG_XORRISO}" -version | grep libjte >/dev/null 2>&1; then
printf "\n${SELF}: JTE not supported with this xorriso build. Install jigit and rebuild."
printf "\n${SELF}: See http://www.einval.com/~steve/software/JTE/\n"
exit 9
fi
################################################
printf "${SELF}: Generating sample tree..."
for ((i1=0; i1 < ${UPPER}/4; i1++))