|
@@ -78,7 +78,7 @@ if [ "${GIT_DIR}" ]; then
|
|
|
|
|
|
# 'repo' stores .git/objects separately.
|
|
# 'repo' stores .git/objects separately.
|
|
if [ -L "${GIT_DIR}/objects" ]; then
|
|
if [ -L "${GIT_DIR}/objects" ]; then
|
|
- # GITDIR is already an absolute path, but for symetry
|
|
|
|
|
|
+ # GITDIR is already an absolute path, but for symmetry
|
|
# with the above, keep the same cd+readlink construct.
|
|
# with the above, keep the same cd+readlink construct.
|
|
OBJECTS_DIR="$(cd "${MAIN_DIR}"; readlink -e "${GIT_DIR}/objects")"
|
|
OBJECTS_DIR="$(cd "${MAIN_DIR}"; readlink -e "${GIT_DIR}/objects")"
|
|
mountpoints+=( "${OBJECTS_DIR}" )
|
|
mountpoints+=( "${OBJECTS_DIR}" )
|