Remove space before shebang

This commit is contained in:
Philipp Hagemeister 2013-01-27 03:07:07 +01:00
parent 811d253bc2
commit c67598c3e1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ tar: youtube-dl.tar.gz
youtube-dl: youtube_dl/*.py
zip --quiet youtube-dl youtube_dl/*.py
zip --quiet --junk-paths youtube-dl youtube_dl/__main__.py
echo '#! $(PYTHON)' > youtube-dl
echo '#!$(PYTHON)' > youtube-dl
cat youtube-dl.zip >> youtube-dl
rm youtube-dl.zip
chmod a+x youtube-dl