Skip to content

Commit

Permalink
added signals.script
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeng003 committed Dec 5, 2014
1 parent 9232b7c commit b38f9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rshell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ bool exec_v(string commands)
{
//cout << "This is the child" << endl;

for(int i = 0; i<paths.size(); ++i)
for(unsigned i = 0; i<paths.size(); ++i)
{
string first = paths.at(i);
string end = cmd[0];
Expand Down

0 comments on commit b38f9c6

Please sign in to comment.