diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_vdirsyncer')
| -rw-r--r-- | home/dot_local/share/bin/executable_vdirsyncer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_vdirsyncer b/home/dot_local/share/bin/executable_vdirsyncer index 7869f19..6112823 100644 --- a/home/dot_local/share/bin/executable_vdirsyncer +++ b/home/dot_local/share/bin/executable_vdirsyncer @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh CFG_TMP="$XDG_CONFIG_HOME/vdirsyncer/config" mkfifo --mode 700 "$CFG_TMP" "$XDG_CONFIG_HOME/vdirsyncer/config_gen" > "$CFG_TMP" & |