projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811d253
)
Remove space before shebang
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 27 Jan 2013 02:07:07 +0000
(
03:07
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 27 Jan 2013 02:07:07 +0000
(
03:07
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7aae2c3099fb321644b03013519216df0b346362..966a685e1799841fc38ae228017b5a6090c80031 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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