summaryrefslogtreecommitdiffstats
path: root/share/extensions/run_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/run_command.py')
-rw-r--r--share/extensions/run_command.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/extensions/run_command.py b/share/extensions/run_command.py
index f688444d6..7012c4274 100644
--- a/share/extensions/run_command.py
+++ b/share/extensions/run_command.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
import os
import sys
import tempfile
@@ -92,4 +93,4 @@ def run(command_format, prog_name):
sys.exit(0)
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99