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:41:31 +10:00
commit 7116abb78b

View file

@ -24,7 +24,7 @@ if (( $+commands[python] )); then
#except:
# print('text')" | python
echo ${1##*.}
}
}
else
# if we happen to lack python, just report everything as text
omz_log_msg "sprunge: syntax highlighting disabled since python isn't available"