comparison .bash_aliases @ 206:3b8b613c4d7a

Whitespace!
author Steve Huston <huston@astro.princeton.edu>
date Tue, 24 Nov 2020 17:33:55 -0500
parents 16fdb3931af6
children 7fc7d82cce6d
comparison
equal deleted inserted replaced
205:16fdb3931af6 206:3b8b613c4d7a
93 PROXY_PORT=${PROXY_PORT:-8889} 93 PROXY_PORT=${PROXY_PORT:-8889}
94 PROXY_PATH="/Volumes/Chrome-Personal" 94 PROXY_PATH="/Volumes/Chrome-Personal"
95 PROXY_UMOUNT="hdiutil detach -quiet ${PROXY_PATH}" 95 PROXY_UMOUNT="hdiutil detach -quiet ${PROXY_PATH}"
96 if [ ! -e ${PROXY_PATH}/.profile-exists ] ; then 96 if [ ! -e ${PROXY_PATH}/.profile-exists ] ; then
97 hdiutil attach -stdinpass -nobrowse -quiet ~/Documents/Chrome-Personal.dmg 97 hdiutil attach -stdinpass -nobrowse -quiet ~/Documents/Chrome-Personal.dmg
98 if [ ! $? ] ; then 98 if [ ! $? ] ; then
99 echo Disk image failed to mount, aborting 99 echo Disk image failed to mount, aborting
100 return 100 return
101 fi 101 fi
102 fi 102 fi
103 ;; 103 ;;