fix IFS var typo

This commit is contained in:
TotallyLeGIT 2020-08-27 23:01:45 +02:00
parent 8d0f6443e6
commit c48d1b79aa

View file

@ -238,7 +238,7 @@ add_override () {
do
add_override "$f"
done
IFS=$SAVEIFS # restore $IFS
IFS=$FSAVEIFS # restore $IFS
else
echo -e "${ORANGE}Warning: Could not find override file:${NC} ${input}"
fi