]> git.cworth.org Git - sup/blobdiff - sup-files.rb
move sup-sync output from stderr to stdout
[sup] / sup-files.rb
index 71562f59b191a495e85d1a1bae51b24bf510f405..6acf7c0de6a001a2546161d9b8e0d9bec2396c36 100644 (file)
@@ -5,3 +5,7 @@ SUP_FILES =
   SUP_EXTRA_FILES +
   SUP_EXECUTABLES.map { |f| "bin/#{f}" } +
   SUP_LIB_DIRS.map { |d| Dir["#{d}/*.rb"] }.flatten
+
+if $0 == __FILE__ # if executed from commandline
+  puts SUP_FILES
+end