Skip to content

Commit

Permalink
Escaping the "limit string" disables parameter substitution.
Browse files Browse the repository at this point in the history
So we can keep escaping consistent across every instance of the config
key.
  • Loading branch information
NiLuJe committed Sep 20, 2019
1 parent 1e31133 commit 43f43c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ fi
# QSettings will do the right thing, that is, pick up this new key, use it,
# and save everything in the right place without leaving duplicates around.
echo "* Preventing Nickel from scanning hidden directories . . ."
cat >> "${KOBO_DIR}/Kobo/Kobo eReader.conf" <<-EoM
cat >> "${KOBO_DIR}/Kobo/Kobo eReader.conf" <<-\EoM
[FeatureSettings]
ExcludeSyncFolders=\\\.(?!kobo|adobe).*?
ExcludeSyncFolders=\\.(?!kobo|adobe).*?
EoM

# We've got a Kobo, we've got a package, let's go!
Expand Down

0 comments on commit 43f43c0

Please sign in to comment.