diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-20 20:41:17 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-25 00:45:25 -0600 |
commit | d0834f7e6bd53ea729374eab138bb38a36c73996 (patch) | |
tree | 15150b8efd6b1845fe707ff1e8a57a4af6e84b15 /cron-jobs/check_archlinux/check_packages.py | |
parent | 0be51cb3e78592984ea8152cac176448d1765fb0 (diff) |
Clean up shebangs
Diffstat (limited to 'cron-jobs/check_archlinux/check_packages.py')
-rwxr-xr-x | cron-jobs/check_archlinux/check_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/check_archlinux/check_packages.py b/cron-jobs/check_archlinux/check_packages.py index d233bf6..ac0194f 100755 --- a/cron-jobs/check_archlinux/check_packages.py +++ b/cron-jobs/check_archlinux/check_packages.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python2 # # check_archlinux.py # |