fix typo
This commit is contained in:
parent
41cb135847
commit
f5b4406cbd
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -63,7 +63,7 @@ check () {
|
|||
dscname="$1"
|
||||
archall="$2"
|
||||
unusedbdname=`basename $dscname .dsc`.${archall}.unusedbd
|
||||
if [! -f "$unusedbdname" ]; then
|
||||
if [ ! -f "$unusedbdname" ]; then
|
||||
return
|
||||
fi
|
||||
while read bd; do
|
||||
|
|
Loading…
Reference in a new issue