Another code fix
This commit is contained in:
parent
97520c9fcd
commit
cc020f4d2e
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ fi
|
|||
if [[ "$PWD" != "$JHALFSDIR" ]]; then
|
||||
cp $COMMON_DIR/makefile-functions $JHALFSDIR/
|
||||
if [[ "$COMPARE" != "0" ]] ; then
|
||||
mkdir $JHALFSDIR/extras
|
||||
mkdir -p $JHALFSDIR/extras
|
||||
cp extras/* $JHALFSDIR/extras
|
||||
fi
|
||||
if [[ -n "$FILES" ]]; then
|
||||
|
|
Reference in a new issue