Mercurial > games > semicongine
diff sync-git.sh @ 1270:4cfa8db3fc9e
fix: sync-script
author | sam <sam@basx.dev> |
---|---|
date | Sun, 28 Jul 2024 23:18:05 +0700 |
parents | 617ebd404fbe |
children |
line wrap: on
line diff
--- a/sync-git.sh Sun Jul 28 23:16:10 2024 +0700 +++ b/sync-git.sh Sun Jul 28 23:18:05 2024 +0700 @@ -2,4 +2,4 @@ rsync -r --exclude '.hg/' --exclude 'build/' --exclude 'sync-git.sh' . /home/sam/git/semicongine/ -git -C /home/sam/git/semicongine/ commit -a -m $( hg log --limit 1 --template "{desc}" ) +git -C /home/sam/git/semicongine/ commit -a -m "$( hg log --limit 1 --template "{desc}" )"