about summary refs log tree commit diff stats
path: root/configure-debug
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-02 10:22:18 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-02 10:22:18 +0200
commit1e2a288d80fe0200f1d44d5106f7cc5bfd77718b (patch)
tree47a95c7561f8faba2d02f639e55d1c23d2a54f34 /configure-debug
parentb45384902dd52850f7691a7480ee3c60fcea4b45 (diff)
downloadprofani-tty-1e2a288d80fe0200f1d44d5106f7cc5bfd77718b.tar.gz
Use correct format when transforming old urlopen.cmd
Additionally to ec7e635e752bdfef851fd177596c1d73d97afb42.

In the earlier commit I just setted the test value ignoring the real
format.

Now we correctly transform:

```
[logging]
urlopen.cmd=xdg-open
```

into:

```
[executables]
url.open.cmd=false;xdg-open %u;
```
Diffstat (limited to 'configure-debug')
0 files changed, 0 insertions, 0 deletions
d='n74' href='#n74'>74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109