Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some kind of issue in your sed command #11

Closed
jtremback opened this issue Dec 24, 2017 · 2 comments
Closed

Some kind of issue in your sed command #11

jtremback opened this issue Dec 24, 2017 · 2 comments

Comments

@jtremback
Copy link

Mac:

$ cat repos.txt | ./tomono/tomono.sh
~/work/src/github.com/althea-mesh/core ~/work/src/github.com/althea-mesh
Initialized empty Git repository in /Users/jehan/work/src/github.com/althea-mesh/core/.git/
Merging in https://github.com/althea-mesh/althea_types..
Automatic merge went well; stopped before committing as requested
Merging in https://github.com/althea-mesh/althea_kernel_interface..
warning: no common commits
sed: 1: "s_kernel_interface/__
": bad flag in substitute command: '_'

Linux:

ubuntu@ubuntu-xenial:/vagrant/src/github.com/althea-mesh$ sudo cat repos.txt | ./tomono/tomono.sh 
/vagrant/src/github.com/althea-mesh/core /vagrant/src/github.com/althea-mesh
Initialized empty Git repository in /vagrant/src/github.com/althea-mesh/core/.git/
Merging in https://github.com/althea-mesh/althea_types..
Automatic merge went well; stopped before committing as requested
Merging in https://github.com/althea-mesh/althea_kernel_interface..
warning: no common commits
sed: -e expression #1, char 21: unknown option to `s'
@hraban
Copy link
Owner

hraban commented Jan 11, 2018

Hi @jtremback thanks for the bug report. Could you please try again with my branch, https://github.com/hraban/tomono/tree/robust-remotes ? cd ..../tomono ; git remote add hraban https://github.com/hraban/tomono.git ; git fetch hraban ; git checkout robust-remotes and see if that works?

Cheers

@cjbottaro
Copy link

I had the same problem and @hraban's robust-remotes branch worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants