X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fupdate-master-info;h=3f570a68f26b3a75e297d107a3e7e1de4953550d;hp=6d1cae7063bfa0947ca81080b3ee63db8610bc1b;hb=a86f9a86ac468875dd428c068315a2617e8e12ac;hpb=3301fd916c8a162e69ee3fe89f1a178603ba4ab5;ds=sidebyside diff --git a/yarrg/update-master-info b/yarrg/update-master-info index 6d1cae7..3f570a6 100755 --- a/yarrg/update-master-info +++ b/yarrg/update-master-info @@ -9,7 +9,7 @@ sub full ($) { my ($ocean) = @_; quick($ocean); print "## updating topology of $ocean\n"; - system('./yppedia-chart-parser',$ocean); die $? if $?; + system('./yppedia-chart-parser',$ocean); die "$ocean $?" if $?; } sub quick ($) {