dot rc

Sign in or create your account | Project List | Help

dot rc Commit Details

Date:2010-07-16 13:51:20 (1 year 6 months ago)
Author:Luciano Rocha
Commit:f94a58c8dd34a07e540dc1096ae50dd305c570a6
Message:perldbg: distinguish modules with a regex

Files: rc/bash_functions (1 diff)

Change Details

rc/bash_functions
538538
539539        e=()
540540        for m; do
541            if [ -z "${m##*::*}" ]; then
541            if [[ "$m" =~ '^([[:alnum:]_)+(::[[:alnum:]_]+)*$' ]]; then
542542                if perl "-M$m" -e 1 &> /dev/null; then
543543                    aval[ ${#aval[@]} ]="$m"
544544                else

Archive Download the corresponding diff file

Branches:
master