This commit is contained in:
Mattias Andrée 2012-08-18 17:39:29 +02:00
parent e598badd9b
commit 2ff4e42e19

View file

@ -7,7 +7,7 @@ Copyright (C) 2012 Erkin Batu Altunbaş
Authors: Erkin Batu Altunbaş: Project leader, helped write the first implementation
Mattias "maandree" Andrée: Major contributor of both implementions
Elis "etu" Axelsson Major contributor of current implemention and patcher of first implementation
Elis "etu" Axelsson: Major contributor of current implemention and patcher of first implementation
Sven-Hendrik "svenstaro" Haase: Major contributor first implementation
Kyah "L-four" Rindlisbacher: Patched the first implementation
Jan Alexander "heftig" Steffens: Major contributor first implementation
@ -304,7 +304,7 @@ class ponysay():
pony = self.__getponypath(args.pony)
if "think" in __file__: cmd = 'cowthink'
if "think.py" in __file__: cmd = 'cowthink'
else: cmd = 'cowsay'
os.system(cmd + ' -f ' + pony + ' \'' + msg + '\'')