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

[Git][ftp-team/dak][master] Ensure ARG is defined



Title: GitLab

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

Commits:

1 changed file:

Changes:

  • config/common/variables
    ... ... @@ -43,7 +43,7 @@ declare -r LOCK_STOP="${lockdir}/archive.stop"
    43 43
     # By default, add no timestamps to stage logs
    
    44 44
     TIMESTAMP=false
    
    45 45
     
    
    46
    -if [[ ${ARG} != deploy ]]; then
    
    46
    +if [[ ${ARG:-none} != deploy ]]; then
    
    47 47
         declare -r archs=$(dak admin a list | tr '\n' ' ')
    
    48 48
     
    
    49 49
         # Set the database variables
    


  • Reply to: