pear / pear-svn-git

tool to move pear svn repositories to git
5 stars 8 forks source link

../2-to-github.sh: line 46: conditional binary operator expected #10

Closed CloCkWeRX closed 12 years ago

CloCkWeRX commented 12 years ago

With mysisgit / windows, we get the below error:

doconnor@L00061 /c/pear-svn-git (master) $ cd Image_Puzzle/

doconnor@L00061 /c/pear-svn-git/Image_Puzzle (master) $ ../2-to-github.sh Image_Puzzle CloCkWeRX ../2-to-github.sh: line 46: conditional binary operator expected ../2-to-github.sh: line 46: syntax error near =~' ../2-to-github.sh: line 46:if [[ ! $PWD =~ .*/$package$ ]] ; then'

doconnor@L00061 /c/pear-svn-git/Image_Puzzle (master) $

CloCkWeRX commented 12 years ago

(at 65f950e396b809f29ce640557d6c01faec2d91a6)

CloCkWeRX commented 12 years ago

Fixed in above commits