diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-22 21:36:56 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-22 21:36:56 +0200 |
| commit | 57281d4490e257c1f6ed89940c751fd90d39cfd2 (patch) | |
| tree | f8af01ff60e04b78ca3f22a5edb1b2f631c9674b /home/dot_config/vdirsyncer | |
| parent | 21f32ce419993818444736f9e6780278acee375e (diff) | |
the great shebang rectification
Diffstat (limited to 'home/dot_config/vdirsyncer')
| -rw-r--r-- | home/dot_config/vdirsyncer/config.sh.example | 2 | ||||
| -rw-r--r-- | home/dot_config/vdirsyncer/executable_config_gen | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/home/dot_config/vdirsyncer/config.sh.example b/home/dot_config/vdirsyncer/config.sh.example index 0c7d81a..e106dcd 100644 --- a/home/dot_config/vdirsyncer/config.sh.example +++ b/home/dot_config/vdirsyncer/config.sh.example @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # this file is included from .config/vdirsyncer/config_gen and # .config/khal/config_gen. The shims for `khal` and `vdirsyncer` automatically # run these scripts to update the configuration files. Note that you do still 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" |