aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-29 18:28:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-29 18:28:24 +1200
commit39ede8a01d96b3d0846e3552af492c949a7f366f (patch)
tree4ee02b3f04a5310ecee7dd2df366b0e7da246605
parentCorrect description of --chroot=PATH output (diff)
downloadclubber-39ede8a01d96b3d0846e3552af492c949a7f366f.tar.gz
clubber-39ede8a01d96b3d0846e3552af492c949a7f366f.zip
Specify output stream for printing libraries
-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;
}
}