setup build samples script

This commit is contained in:
Allen Webster
2021-08-21 19:16:45 -07:00
parent c92e703d2b
commit a6f3a12a7d
4 changed files with 26 additions and 3 deletions
-1
View File
@@ -524,7 +524,6 @@ elif [ "$command" == "link" ]; then
elif [ "$command" == "lib" ]; then
bld_lib ${args[@]}
elif [ "$command" == "unit" ]; then
echo bld_unit ${args[@]}
bld_unit ${args[@]}
else
echo "'$command' not a recognized command"