diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_mbsync')
| -rw-r--r-- | home/dot_local/share/bin/executable_mbsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_mbsync b/home/dot_local/share/bin/executable_mbsync index 3f6aa09..c33e83e 100644 --- a/home/dot_local/share/bin/executable_mbsync +++ b/home/dot_local/share/bin/executable_mbsync @@ -1,2 +1,2 @@ -#!/bin/sh +#!/usr/bin/env sh /usr/bin/mbsync --config "$XDG_CONFIG_HOME/mbsyncrc" "$@" |