truebit / xUnique

merge Xcode project file is so easy
https://fclef.wordpress.com
Other
1.5k stars 117 forks source link

Missing semicolon in readme #20

Closed JanNash closed 9 years ago

JanNash commented 9 years ago

I think it should be
{ echo '#!/bin/sh'; echo 'python2 -mxUnique path/to/MyProject.xcodeproj'; echo 'python2 -mxUnique path/to/Pods.xcodeproj'; } > .git/hooks/pre-commit
instead of
{ echo '#!/bin/sh'; echo 'python2 -mxUnique path/to/MyProject.xcodeproj'; echo 'python2 -mxUnique path/to/Pods.xcodeproj' } > .git/hooks/pre-commit

(Missing semicolon after Pods.xcodeproj')

Apart from that, great project, Kudos!

truebit commented 9 years ago

I tried on zsh, it works. But on bash it does not work. Thanks for your remind, I will fix that😁