lib/pvl/apply.sh
changeset 714 e0a651547bd2
parent 674 a5b712cd0273
child 718 f1c352644c2a
equal deleted inserted replaced
713:d5e2d1d9716a 714:e0a651547bd2
    47 
    47 
    48     debug "$out"
    48     debug "$out"
    49 
    49 
    50     if [ ${#@} -eq 1 ]; then
    50     if [ ${#@} -eq 1 ]; then
    51         debug "  update: empty deps"
    51         debug "  update: empty deps"
    52         return 0
    52         return 2
    53 
    53 
    54     elif [ ! -e "$out" ]; then
    54     elif [ ! -e "$out" ]; then
    55         debug "  update: dest missing"
    55         debug "  update: dest missing"
    56         return 2
    56         return 2
    57         
    57