about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-06-19 20:17:20 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-06-19 20:17:20 +0200
commit448f7f0936fe8b92b472cdb608195382b8eeba34 (patch)
tree4ef2e364e99b8900ae011054e8299311d0b8408a /src/command/cmd_ac.c
parentcffce4de8a28f3b4d929f7fcbf22882dca5a1e59 (diff)
downloadprofani-tty-448f7f0936fe8b92b472cdb608195382b8eeba34.tar.gz
Use shell to start eval_password command
Since https://github.com/profanity-im/profanity/commit/d92c576aa53505d712715b1acc6344af3262c84f
we rely on g_spawn_sync().
Which doesn't do variable/glob expansion.

For our use of call_external() in opening and URL or avatar this is
fine.

For getting the password we want to be able to use ~ for our files.
Let's use a shell here.

Fix https://github.com/profanity-im/profanity/issues/1364
Diffstat (limited to 'src/command/cmd_ac.c')
0 files changed, 0 insertions, 0 deletions
kartik.com> 2017-06-22 10:28:26 -0700 3936' href='/akkartik/mu/commit/083scenario_screen_test.mu?h=main&id=fb942da8a9ffc2e52f5e838a5f57decae67bcabb'>fb942da8 ^
1fd41772 ^






051c4738 ^
6f65d591 ^
bc643692 ^
6f65d591 ^

fb942da8 ^
6f65d591 ^
fb942da8 ^
1fd41772 ^
fb942da8 ^
1fd41772 ^






e80fd05f ^














1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47