comparison extra/soundsoftware/update-external-repo.sh @ 1336:b61a51fb42b9 live

Fixes to external helper scripts, including avoiding barfing on project XML
author Chris Cannam
date Thu, 20 Jun 2013 13:10:50 +0100
parents d3faf348b287
children aea6f97ff27f
comparison
equal deleted inserted replaced
1335:2590a6fb900a 1336:b61a51fb42b9
1 #!/bin/sh 1 #!/bin/sh
2 2
3 mirrordir="/var/mirror" 3 mirrordir="/var/mirror"
4 hg="/usr/local/bin/hg" 4 hg="/usr/bin/hg"
5 5
6 project="$1" 6 project="$1"
7 local_repo="$2" 7 local_repo="$2"
8 remote_repo="$3" 8 remote_repo="$3"
9 9