remove the PARALLEL option, we're running in parallel all the time now
This commit is contained in:
parent
081cca8e99
commit
a594fc9375
|
@ -10,6 +10,5 @@ export MKISOFS=~/build/mkisofs/usr/bin/mkisofs
|
|||
if [ "$DATE"x = ""x ] ; then
|
||||
export DATE=`date -u +%Y%m%d`
|
||||
fi
|
||||
export PARALLEL=1
|
||||
|
||||
export EXTRACTED_SOURCES=/mnt/nfs-cdimage/cd-sources
|
||||
|
|
Loading…
Reference in New Issue