chiark / gitweb /
userv/distorted-keys.in: Reformat, with backslashes in their own column.
[distorted-keys] / userv / distorted-keys.in
index 4882d5c3ff87923fda7c5eebedb289abf6887882..2f618aa667733316cc2833a58f0c8667ca62bae4 100644 (file)
@@ -29,16 +29,16 @@ if ( glob service cryptop-profile
        require-fd 1-2 write
        ignore-fd 3-
        no-set-environment
-       execute sh -c "case $# in \
-         1) \
-           exec @bindir@/extract-profile \"$1\" \
-               @pkgconfdir@/profile.d/ \
-               .userv/cryptop-profile \
-           ;; \
-         *) \
-           echo >&2 \"usage: cryptop-profile PROFILE\"; \
-           exit 1 \
-           ;; \
+       execute sh -c "case $# in                                       \
+         1)                                                            \
+           exec @bindir@/extract-profile \"$1\"                        \
+               @pkgconfdir@/profile.d/                                 \
+               .userv/cryptop-profile                                  \
+           ;;                                                          \
+         *)                                                            \
+           echo >&2 \"usage: cryptop-profile PROFILE\";                \
+           exit 1                                                      \
+           ;;                                                          \
        esac" _
 fi