Skip to content
Snippets Groups Projects
Commit 8cf1f546 authored by aviau's avatar aviau Committed by gerrit2
Browse files

update-submodules: use double quotes

Single quotes are not interpreted as a command argument and the
script would not work.

Tuleap: #605
Change-Id: I904838721dd95edbeeaeec394f3a957243973a93
parent c16f8c26
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
git submodule foreach `git pull origin master`
git submodule foreach "git pull origin master"
git add client-android client-gnome client-macosx client-windows daemon lrc
git commit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment