diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-01-24 18:11:58 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-01-24 18:12:05 +0100 |
commit | 737268e0c270c0cc7761f1e449a9a414508b4ebc (patch) | |
tree | 9b42732b6613b4abce1ee29b1800e709feb9ff27 /support/scripts/newpackage-notify | |
parent | 556de318aeeef6019bb7628389beee1358de93f8 (diff) | |
download | aurweb-737268e0c270c0cc7761f1e449a9a414508b4ebc.tar.xz |
Use "python2" shebang for "newpackage-notify" and "gendummydata.py".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'support/scripts/newpackage-notify')
-rwxr-xr-x | support/scripts/newpackage-notify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/newpackage-notify b/support/scripts/newpackage-notify index 73e960a..66cb45c 100755 --- a/support/scripts/newpackage-notify +++ b/support/scripts/newpackage-notify @@ -1,4 +1,4 @@ -#!/usr/bin/python -O +#!/usr/bin/python2 -O # This program is intended to be run as a once-a-day cronjob, it # sends a batched email containing the names of all new pacakges in # the AUR, added within the last 24 hours, to those who have requested |