From 77c767cb40975032c9ab146d53fe88b6b9d3891f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 20 Aug 2012 03:33:22 +0200 Subject: python shebang, python3 is not recognised --- ponysay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ponysay') diff --git a/ponysay b/ponysay index 7256322..d59e781 100755 --- a/ponysay +++ b/ponysay @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # -*- coding: utf-8 -*- ''' -- cgit