# HG changeset patch # User Edho Arief # Date 1344756461 -25200 # Node ID 6a62f8641c4fc647ab3a2f73a523178206053825 # Parent c555557692bcdcb2b1f9db637129443425a48d20# Parent f6d29c03142fd6a3897b79f583aca547fa4bd26e Merge branch 'master' of http://github.com/edogawaconan/ecos diff -r f6d29c03142f -r 6a62f8641c4f rc/bashrc --- a/rc/bashrc Thu Aug 09 17:16:29 2012 +0700 +++ b/rc/bashrc Sun Aug 12 14:27:41 2012 +0700 @@ -33,7 +33,7 @@ test -d /usr/pgsql-9.1 && PATH="/usr/pgsql-9.1/bin:${PATH}" # Nuke currently defined functions -unset -f $(set | egrep ' ()$' | cut -d ' ' -f 1) +unset -f $(set | grep ' \(\)$' | cut -d ' ' -f 1) # Nuke bash-completion complete -r