Closed ykhalyavin closed 10 years ago
In order to make "for" loop works with multiple values in $DB and $EXTENSIONS we have to escape these variables.
Example: DB="db1 db2" EXTENSIONS="ex1 ext2"
Without escaping it will cause shell error.
Thank you!
In order to make "for" loop works with multiple values in $DB and $EXTENSIONS we have to escape these variables.
Example: DB="db1 db2" EXTENSIONS="ex1 ext2"
Without escaping it will cause shell error.