mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Shell
- Changed the external command from 'xc' to '!'.
This commit is contained in:
parent
8b736934d7
commit
ad3525c235
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ int main (int argc, const char** argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
// External calls.
|
// External calls.
|
||||||
if (strcmp (w[1], "xc") == 0 && p.we_wordc > 2)
|
if (strcmp (w[1], "!") == 0 && p.we_wordc > 2)
|
||||||
{
|
{
|
||||||
std::string combined = "";
|
std::string combined = "";
|
||||||
for (int i = 2; i < p.we_wordc - 1 ; ++i)
|
for (int i = 2; i < p.we_wordc - 1 ; ++i)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue