aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/jalv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv.c b/src/jalv.c
index cc4fc11..9f4784e 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -558,7 +558,7 @@ jack_session_cb(jack_session_event_t* event, void* arg)
#define MAX_CMD_LEN 256
event->command_line = malloc(MAX_CMD_LEN);
- snprintf(event->command_line, MAX_CMD_LEN, "%s -u %s -l '%s'",
+ snprintf(event->command_line, MAX_CMD_LEN, "%s -u %s -l \"${SESSION_DIR}\"",
jalv->prog_name,
event->client_uuid,
event->session_dir);