From 3e2ce7a5793fc975b2808aeb377c7f7cc5ca02e6 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sat, 29 Sep 2012 23:04:37 +0300 Subject: Use proper executable name --- ponysay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponysay b/ponysay index 115661b..9dd6eb1 100755 --- a/ponysay +++ b/ponysay @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- ''' -- cgit