No bin/smithy anymore

This commit is contained in:
Joshua Harlow
2012-08-23 16:49:45 -07:00
parent a7ed633ba7
commit 8f256ea666

View File

@@ -5,7 +5,6 @@ set -u
function find_src {
files=`find anvil -type f | grep "py\$"`
files+=" bin/smithy"
echo $files
}