diff options
Diffstat (limited to 'home/dot_config/vdirsyncer/executable_config_gen')
| -rw-r--r-- | home/dot_config/vdirsyncer/executable_config_gen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_config/vdirsyncer/executable_config_gen b/home/dot_config/vdirsyncer/executable_config_gen index bf5d570..d610f9c 100644 --- a/home/dot_config/vdirsyncer/executable_config_gen +++ b/home/dot_config/vdirsyncer/executable_config_gen @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh CONFIG_FILE="$(dirname "$0")/config.sh" [ ! -e "$CONFIG_FILE" ] && { echo "please create $CONFIG_FILE" |