summaryrefslogtreecommitdiff
path: root/tools/update-hwdb-autosuspend.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/update-hwdb-autosuspend.sh')
-rwxr-xr-xtools/update-hwdb-autosuspend.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/update-hwdb-autosuspend.sh b/tools/update-hwdb-autosuspend.sh
index c69773087d..9f5e6e393e 100755
--- a/tools/update-hwdb-autosuspend.sh
+++ b/tools/update-hwdb-autosuspend.sh
@@ -5,13 +5,13 @@ set -eu
cd "${1:?}"
(curl --fail -L 'https://chromium.googlesource.com/chromiumos/platform2/+/master/power_manager/udev/gen_autosuspend_rules.py?format=TEXT'; echo) \
- | base64 -d > tools/chromiumos/gen_autosuspend_rules.py
+ | base64 -d >tools/chromiumos/gen_autosuspend_rules.py
-(cat <<%EOF
+(cat <<EOF
# This file is part of systemd.
#
# Rules to autosuspend known fingerprint readers (pulled from libfprint).
#
-%EOF
+EOF
curl --fail -L 'https://gitlab.freedesktop.org/libfprint/libfprint/-/raw/master/data/autosuspend.hwdb') \
- > hwdb.d/60-autosuspend-fingerprint-reader.hwdb
+ >hwdb.d/60-autosuspend-fingerprint-reader.hwdb