diff .bash_overrides @ 564:047a53a8fbad

py3
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 19 Dec 2013 18:03:05 -0800
parents 501169756134
children 753b1c2bd64c
line wrap: on
line diff
--- a/.bash_overrides	Sun Dec 15 22:19:05 2013 -0800
+++ b/.bash_overrides	Thu Dec 19 18:03:05 2013 -0800
@@ -54,7 +54,7 @@
 
     if [ -n "${ENV}" ]
     then
-	FULLPWD=$(python -c 'import os; print os.getcwd()')
+	FULLPWD=$(python -c 'import os; print (os.getcwd())')
 	if (( ! `expr match "${FULLPWD}" "${ENV}"` ))
 	then
 	    if [[ -n "`type -t deactivate`" ]]