Skip to content

Commit

Permalink
Change python executable string
Browse files Browse the repository at this point in the history
  • Loading branch information
surenm committed Dec 1, 2011
1 parent 07803b2 commit f71e22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/codechecker.conf
Expand Up @@ -32,7 +32,7 @@ C_run=%e
CPP_compile=g++ -Wall -O2 %s -o %e
CPP_run=%e
Py_compile=py_compilefiles %s
Py_run=python %s
Py_run=python %e
Pascal_compile=gpc %s -o %e
Pascal_run=%e
Java_compile=gcj -C %s
Expand Down

0 comments on commit f71e22e

Please sign in to comment.