We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a30d8a commit 47b6c87Copy full SHA for 47b6c87
scripts/ImportExportTest.sh
@@ -219,7 +219,7 @@ do
219
then
220
IFS=' ' read -ra OUTPUT_ARRAY <<< "${OUTPUT}"
221
NSOURCES=$((NSOURCES - 1 + ${#OUTPUT_ARRAY[@]}))
222
- testImportExportEquivalence "$solfile" "${OUTPUT_ARRAY[@]}"
+ testImportExportEquivalence "$solfile" "${OUTPUT_ARRAY[*]}"
223
elif [ ${SPLITSOURCES_RC} == 1 ]
224
225
testImportExportEquivalence "$solfile" "$solfile"
0 commit comments