[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] Assume false if not defined



Title: GitLab

Joerg Jaspert pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • config/debian/dinstall.functions
    ... ... @@ -28,7 +28,7 @@ function onerror() {
    28 28
         ERRDATE=$(date "+%Y.%m.%d-%H:%M:%S")
    
    29 29
     
    
    30 30
         subject="ATTENTION ATTENTION!"
    
    31
    -    if [[ ${error} = false  ]]; then
    
    31
    +    if [[ ${error:-false} = false  ]]; then
    
    32 32
             subject="${subject} (continued)"
    
    33 33
         else
    
    34 34
             subject="${subject} (interrupted)"
    


  • Reply to: