removed extra logging.
authorChris Koeritz <fred@gruntose.com>
Fri, 15 Feb 2013 16:41:10 +0000 (11:41 -0500)
committerChris Koeritz <fred@gruntose.com>
Fri, 15 Feb 2013 16:41:10 +0000 (11:41 -0500)
scripts/files/zip_directories.sh

index 4204bc8032e3fb1a9adfea3ace8f8d5d0ed56df1..4272642437fff7684476f84295b34ef28ac9c02d 100644 (file)
@@ -17,7 +17,7 @@ if [ ${#dirs[@]} -eq 0 ]; then
   tempfile="$(mktemp /tmp/dirlist.XXXXXX)"
   find $dir -mindepth 1 -maxdepth 1 -type d -exec echo "dirs+=(\"{}\");" ';' >$tempfile
   source "$tempfile"
-echo dirs default to: ${dirs[@]}
+#echo dirs default to: ${dirs[@]}
   \rm -f $tempfile
 fi