juanghurtado/turbo-sort

2.1 has bad shebang line

Closed this issue · 0 comments

What steps will reproduce the problem?
1. unzip turbo_sort_2.1.zip
2. chmod a+x turbo_sort.py
3. ./turbo_sort.py 

What is the expected output?

It to run.

What do you see instead?

: not foundt.py: line 19: 
Version: ImageMagick 6.6.1-4 2010-06-14 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP 

Usage: import [options ...] [ file ]

Image Settings:
  -adjoin              join images into a single multi-image file
  -border              include window border in the output image


What version of the product are you using? On what operating system?

2.1 on a linux based media player with # python --version
Python 2.7.3

Please provide any additional information below.

I thought this was due to all the ^M line breaks but after removing them I 
still had the problem.  Then I noticed the first line:

# !/usr/bin/env python

should be:

#!/usr/bin/env python

Now it runs as it should.

Original issue reported on code.google.com by workingm...@gmail.com on 13 Sep 2012 at 7:30