diff --git a/find-dbgsym-packages b/find-dbgsym-packages index 6bb9c12..81eb3cc 100755 --- a/find-dbgsym-packages +++ b/find-dbgsym-packages @@ -146,7 +146,7 @@ # Print the command that is being executed so # that it is clear what password is needed - print("\$ @cmd\n"); + say("\$ @cmd"); # Finally execute the command constructed above exec(@cmd);