From 0ba80be8565ef871b3470a7f2845346e2ecf16f8 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 17 Nov 2013 20:13:04 +0000 Subject: [PATCH] typo --- jhalfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhalfs b/jhalfs index 8da73ac..b306b24 100755 --- a/jhalfs +++ b/jhalfs @@ -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."