aboutsummaryrefslogtreecommitdiff
path: root/clubber
diff options
context:
space:
mode:
Diffstat (limited to 'clubber')
-rwxr-xr-xclubber2
1 files changed, 1 insertions, 1 deletions
diff --git a/clubber b/clubber
index ade101d..4e871d1 100755
--- a/clubber
+++ b/clubber
@@ -205,7 +205,7 @@ if ($chroot) {
#
} else {
foreach my $library (keys(%$libraries)) {
- printf "%s\n", $library;
+ printf STDOUT "%s\n", $library;
}
}