Skip to content

Commit

Permalink
add quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed May 19, 2020
1 parent 8e6caf8 commit 37a6f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fetch-basefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ done

# now search for each class, if a basename matches
for c in $revclasses; do
for f in ${baselist[@]}; do
for f in "${baselist[@]}"; do
base=${f%%.*}
if [ "$c" = "$base" ]; then
found=1
Expand Down

0 comments on commit 37a6f4a

Please sign in to comment.