scripts/snapshot : added comment about source

location selection.
This commit is contained in:
James Yonan
2016-08-03 13:09:43 -06:00
parent 286ea35bbd
commit fe6e8f7e7f

View File

@@ -6,6 +6,10 @@
# NAME : basename of git root directory in dependency directory
# DL : download directory, where to build tarball, defaults to ~/Downloads
# Note: this script gives priority to $NAME-yyyymmdd as source location,
# so for Asio, make sure to delete such directories if you want to
# favor straight "asio" directory.
set -e
if [ -z "$NAME" ]; then
echo "NAME var must exist"