• Levin Winter's avatar
    [common-utils] Fix nonempty .bashrc being restored (#421) · fbdc4556
    Levin Winter authored
    * [common-utils] Fix nonempty .bashrc being restored
    The user's dotfiles shall only be restored to their defaults if they do
    not exist or are empty. A missing negation caused the files to be
    overwritten even when they were nonempty.
    
    * [common-utils] Bump patch version after fix
    Go from 2.0.7 to 2.0.8 because of backwards-compatible fix.
    fbdc4556
main.sh 18.2 KB