improved logging, some relieve to caching artifacts in dependency build, still to much globbing

svn path=/branches/test/; revision=31575
This commit is contained in:
2015-07-28 17:20:54 +00:00
parent 57a3191b2a
commit c12383323c
8 changed files with 42 additions and 36 deletions

View File

@@ -69,7 +69,7 @@ if [ -z "$inc_arguments" ]; then
[ "$#" -gt 0 ] && shift 1 && globfile="$1"
;;
*)
print_error "Unknown option $1"
print_error "Unknown option: $1"
exit 1
;;
esac