Improved debug
This commit is contained in:
parent
c48ee7153e
commit
4d1c833324
|
@ -19,7 +19,9 @@ LOCAL=$4
|
|||
LOCALDEBS=$5
|
||||
SCANSOURCES=$6
|
||||
|
||||
echo "Adding the selected sources to each CD."
|
||||
export TDIR
|
||||
|
||||
echo "Adding the selected sources to each CD under $TDIR"
|
||||
for i in $SDIR/*.sources
|
||||
do
|
||||
dir=${i%%.sources}
|
||||
|
|
Loading…
Reference in New Issue