On Fri, May 18, 2012 at 10:13 PM, Jon Seymour <jon.seymour@xxxxxxxxx> wrote: > - remoteurl=${remoteurl%/} > + up_path="$(echo "$2" | sed "s/[^/]*/../g")" > + remoteurl=${remoteurl%/*} Oops - didn't mean to change remoteurl here. > + remoteurl="${up_path%/}/${remoteurl%/*}" Meant up_path%/ to be up_path%/* jon -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html