mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-01 06:23:34 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue