dot rc

Sign in or create your account | Project List | Help

dot rc Commit Details

Date:2009-04-21 12:15:44 (2 years 9 months ago)
Author:Luciano M. F. Rocha
Commit:c757aa268ae6f1b614609ee37d4e150ea434ef8f
Message:extract(): fix problem where suffix to destination file was added even when not needed

Files: rc/bash_functions (1 diff)

Change Details

rc/bash_functions
233233        else
234234            dest="${tmp##*/}"
235235            t=1
236            tmp="$dest"
236237            while [ -e "$tmp" ]; do
237238                tmp="$dest.$((t++))"
238239            done

Archive Download the corresponding diff file

Branches:
master