summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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