1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 04:57:59 +01:00

Don't echo commands executed from sourced files.

This commit is contained in:
Kris Maglione
2008-12-23 17:25:08 -05:00
parent 89698e3e05
commit d2fea07fbd
2 changed files with 4 additions and 3 deletions

View File

@@ -870,7 +870,7 @@ lookup:
else
{
// execute a normal liberator command
liberator.execute(line);
liberator.execute(line, null, true);
}
}
}