version goes into the common section
This commit is contained in:
parent
2e89329587
commit
6d42204eeb
@ -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++))
|
||||
|
Loading…
Reference in New Issue
Block a user