Whoops, meh. doesn't make any difference, but no need for a semicolon at the EOL in a shell script :P

This commit is contained in:
ArcheyDevil 2012-04-10 13:40:47 +10:00
commit e948204f3f

View file

@ -23,7 +23,7 @@ if (( $+commands[python] )); then
# print(get_lexer_for_filename('$1').aliases[0])
#except:
# print('text')" | python
echo ${1##*.};
echo ${1##*.}
}
else
# if we happen to lack python, just report everything as text