diff options
| author | Don Bright <hugh.m.bright@gmail.com> | 2013-05-15 22:00:40 (GMT) | 
|---|---|---|
| committer | Don Bright <hugh.m.bright@gmail.com> | 2013-05-15 22:00:40 (GMT) | 
| commit | 8cdadca9208a83d60ccb8201d439fb3dd67ec019 (patch) | |
| tree | 705de3b12bb7c26b4c3b7166918ad4934ce167d3 | |
| parent | 6161214083ba6fc3c6cadbc98e04ad5e826cf984 (diff) | |
clarify comments
| -rwxr-xr-x | scripts/builder.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/scripts/builder.sh b/scripts/builder.sh index 9dcc3a6..9449a9c 100755 --- a/scripts/builder.sh +++ b/scripts/builder.sh @@ -125,7 +125,7 @@ update_www_download_links()  	cat win_snapshot_links.js  	git diff -	echo git commit -a -m 'updated snapshot links' +	echo git commit -a -m 'builder.sh - updated snapshot links'  	echo git push origin  } @@ -133,6 +133,7 @@ check_ssh_agent()  {  	if [ ! $SSH_AUTH_SOCK ]; then  		echo 'please start an ssh-agent for github.com/openscad/openscad.github.com uploads' +		echo 'for example:'  		echo  		echo ' ssh-agent > .tmp && source .tmp && ssh-add'  		echo | 
