summaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-04-17 21:33:38 -0400
committerKyle Meyer <kyle@kyleam.com>2018-04-28 21:33:45 -0400
commita93d2d7c4e323f6f208a3573c3426fa1417b7643 (patch)
treef077439e1c759fa6325e26c746fd95abd8a5ab6d /snippets
parentbd93783ae1d4d31c2b931cb3e0b3455eb3afe10f (diff)
downloademacs.d-a93d2d7c4e323f6f208a3573c3426fa1417b7643.tar.gz
snippets: Fix sh shebang
Diffstat (limited to 'snippets')
-rw-r--r--snippets/sh-mode/sh-shebang2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/sh-mode/sh-shebang b/snippets/sh-mode/sh-shebang
index 6157a93..5585a55 100644
--- a/snippets/sh-mode/sh-shebang
+++ b/snippets/sh-mode/sh-shebang
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
# key: sb
# --
-#!/usr/bin/env sh
+#!/bin/sh
$0 \ No newline at end of file