diff --git a/src/cowtool.cpp b/src/cowtool.cpp index 8de499b..db3e1de 100644 --- a/src/cowtool.cpp +++ b/src/cowtool.cpp @@ -98,10 +98,10 @@ int main(int argc, char* argv[]) { } else if (firstArg == "herd") { std::cout << "List of package scripts:" << std::endl << std::endl; - system("ls /etc/cowtool/disabled/install_"); + system("ls /etc/cowtool/disabled/install_*"); std::cout << std::endl << "List of package scripts marked as autoupdate:" << std::endl << std::endl; - system("ls /etc/cowtool/enabled/install_"); + system("ls /etc/cowtool/enabled/install_*"); } else if (firstArg == "graze") {