bin/update
changeset 32 694dab02a6b0
parent 31 2b7aad3466c6
child 36 3208cd6540dc
equal deleted inserted replaced
31:2b7aad3466c6 32:694dab02a6b0
   317     # compare
   317     # compare
   318     if [ -e $ROOT/$dst ] && [ $UPDATE_DIFF ]; then
   318     if [ -e $ROOT/$dst ] && [ $UPDATE_DIFF ]; then
   319         log_debug "  changes:"
   319         log_debug "  changes:"
   320 
   320 
   321         # terse
   321         # terse
   322         indent "        " diff --unified=1 $ROOT/$dst $ROOT/$tmp
   322         indent "        " diff --unified=1 $ROOT/$dst $ROOT/$tmp || true
   323     fi
   323     fi
   324     
   324     
   325     if [ $UPDATE_NOOP ]; then
   325     if [ $UPDATE_NOOP ]; then
   326         # cleanup
   326         # cleanup
   327         log_debug "  no-op"
   327         log_debug "  no-op"