~ubuntu-branches/ubuntu/quantal/cloud-utils/quantal

« back to all changes in this revision

Viewing changes to bin/cloud-publish-ubuntu

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2012-07-12 13:38:44 UTC
  • Revision ID: package-import@ubuntu.com-20120712133844-m1pfam3g20h74oyq
Tags: 0.25-0ubuntu6
* Sync to upstream trunk at revision 188
  * adds cloudimg-sync and ubuntu-cloudimg-query2 [Ben Howard]
* debian/control: run wrap-and-sort 

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
bad_Usage() { Usage 1>&2; [ $# -eq 0 ] || error "$@"; exit 1; }
51
51
cleanup() {
52
 
   [ -z "${TEMP_D}" -o ! -d "${TEMP_D}" ] || rm -Rf "${TEMP_D}"
 
52
        [ -z "${TEMP_D}" -o ! -d "${TEMP_D}" ] || rm -Rf "${TEMP_D}"
53
53
}
54
54
 
55
55
debug() {