From 737268e0c270c0cc7761f1e449a9a414508b4ebc Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 24 Jan 2011 18:11:58 +0100 Subject: Use "python2" shebang for "newpackage-notify" and "gendummydata.py". Signed-off-by: Lukas Fleischer --- support/schema/gendummydata.py | 2 +- support/scripts/newpackage-notify | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'support') diff --git a/support/schema/gendummydata.py b/support/schema/gendummydata.py index 22605559..99f81955 100755 --- a/support/schema/gendummydata.py +++ b/support/schema/gendummydata.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 """ usage: gendummydata.py outputfilename.sql """ diff --git a/support/scripts/newpackage-notify b/support/scripts/newpackage-notify index 73e960a1..66cb45c8 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 -- cgit v1.2.3-24-g4f1b