Fix indent and echo file not found

This commit is contained in:
chonghe
2023-10-03 20:40:13 +08:00
committed by Tan Chee Keong
parent d78e8f47a1
commit 5e102ff5db

View File

@@ -67,6 +67,7 @@ else
cp $2 ./book/src cp $2 ./book/src
changes=true changes=true
exist+=(true) exist+=(true)
echo "$1 is not found, it has just been created"
fi fi
if [[ -z $diff ]]; then # check for difference if [[ -z $diff ]]; then # check for difference