diff options
author | haturatu <taro@eyes4you.org> | 2024-12-11 00:37:04 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-12-11 00:37:04 +0900 |
commit | 27f5d266c7eacbabadd9f41b406e548763223b2e (patch) | |
tree | 355935f6b2f462b3750ff73f56050168e0739166 /lumebuild.sh | |
parent | bea36f617c5a6a2cfa1bde2ff1b68562f31f2adf (diff) |
fix blank comment check
Diffstat (limited to 'lumebuild.sh')
-rwxr-xr-x | lumebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumebuild.sh b/lumebuild.sh index 25a5072..231dc88 100755 --- a/lumebuild.sh +++ b/lumebuild.sh @@ -73,7 +73,7 @@ if [ $? -eq 0 ]; then $WEBPSH cd $SRC_DIR/$POST_URL_DIR || exit - egrep "^comments:.?.?.?$" "$(ls -tr | tail -1)" + egrep "^comments:" "$(ls -tr | tail -1)" | grep "}" if [ $? -eq 0 ]; then build |