This commit is contained in:
Pierre Labastie 2013-11-17 20:13:04 +00:00
parent 9c5ea2fa6f
commit 0ba80be856

2
jhalfs
View file

@ -268,7 +268,7 @@ if [[ "${BLFS_TOOL}" = "y" ]] ; then
-e 's@branches/@branch-@' \
-e 's@tags/@@' \
-e 's@/BOOK@@')
elif [["${BLFS_BRANCH}" = "y" ]] ; then
elif [[ "${BLFS_BRANCH}" = "y" ]] ; then
case $BLFS_BRANCH_ID in
*EDIT* ) echo " You forgot to set the BLFS branch or stable book version."
echo " Please rerun make and fix the configuration."