--- a/bin/hjson +++ b/bin/hjson @@ -1,3 +1,3 @@ #!/bin/sh -python -m hjson.tool "$@" +python3 -m hjson.tool "$@"