summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <andy@groveronline.com>2018-01-26 11:19:35 -0800
committerGitHub <noreply@github.com>2018-01-26 11:19:35 -0800
commit6eb14a97dc6c3382e345f57da8e202678d0a3a91 (patch)
treed6fa4e435251d217829f0b04d2ffe8b721006448
parent5ddd6cac9ef3eaa1cdb7642100d031168dac918a (diff)
parente889aff3ba4825174c51eef05b3a1c416944bfc0 (diff)
downloadconfigshell-fb-6eb14a97dc6c3382e345f57da8e202678d0a3a91.tar.gz
Merge pull request #40 from gonzoleeman/master
Remove explicit dependency on /usr/bin/python
-rwxr-xr-xexamples/myshell2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/myshell b/examples/myshell
index 73ec063..c932e28 100755
--- a/examples/myshell
+++ b/examples/myshell
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
'''
This file is part of ConfigShell.
Copyright (c) 2011-2013 by Datera, Inc