Skip to content

Commit 43b1c57

Browse files
fix: Have consistent spacing for /release_setup.sh (#23)
* If the environment is provided by a Linux container's /release_setup.sh ensure that it has the same spacing in the setup information printed to screen as other environments.
1 parent 1243961 commit 43b1c57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cvmfs-venv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ if [ ! -z "${_setup_command}" ]; then
125125
elif [ -f "/release_setup.sh" ]; then
126126
echo "WARNING: /release_setup.sh exists and it is assumed you are in a Linux container."
127127
echo " Setting up environment with '. /release_setup.sh'."
128+
printf "\n. /release_setup.sh\n"
128129
. /release_setup.sh
129130
fi
130131

0 commit comments

Comments
 (0)