mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-01 14:33:38 +02:00
fix IFS var typo
This commit is contained in:
parent
8d0f6443e6
commit
c48d1b79aa
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ add_override () {
|
||||||
do
|
do
|
||||||
add_override "$f"
|
add_override "$f"
|
||||||
done
|
done
|
||||||
IFS=$SAVEIFS # restore $IFS
|
IFS=$FSAVEIFS # restore $IFS
|
||||||
else
|
else
|
||||||
echo -e "${ORANGE}Warning: Could not find override file:${NC} ${input}"
|
echo -e "${ORANGE}Warning: Could not find override file:${NC} ${input}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue