Attempt at fixing a syntax error
This commit is contained in:
parent
e12214395b
commit
d27d56b1bf
@ -30,7 +30,7 @@ mkdir ./latest/_book/history
|
|||||||
# Move each version's files to latest's history folder
|
# Move each version's files to latest's history folder
|
||||||
for D in *; do
|
for D in *; do
|
||||||
if [ -d "${D}" ]; then
|
if [ -d "${D}" ]; then
|
||||||
if [[ "${D}" == v* ]] ; then
|
if [ "${D}" == v* ] ; then
|
||||||
echo "Moving ${D} to the latest version's history folder"
|
echo "Moving ${D} to the latest version's history folder"
|
||||||
|
|
||||||
mkdir "./latest/_book/history/${D}"
|
mkdir "./latest/_book/history/${D}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user