changeset 398:6a62f8641c4f

Merge branch 'master' of http://github.com/edogawaconan/ecos
author Edho Arief <edho@myconan.net>
date Sun, 12 Aug 2012 14:27:41 +0700
parents c555557692bc (diff) f6d29c03142f (current diff)
children 0051e1fccb40
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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