We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d74a39 commit b77153dCopy full SHA for b77153d
duplicity-backup-common.nix
@@ -11,7 +11,7 @@ let
11
FILE="$2"
12
13
touch "$FILE"
14
- printf 'export %s="%s"\n' "''${VAR}" "''${!VAR}" >> $FILE
+ printf 'export %s=%q\n' "''${VAR}" "''${!VAR}" >> $FILE
15
}
16
17
prompt() {
0 commit comments