summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaturau <135221985+haturatu@users.noreply.github.com>2024-10-11 09:54:48 +0900
committerGitHub <noreply@github.com>2024-10-11 09:54:48 +0900
commit17c1843fb7eb99899fe1c40bcd648e0053c3fc78 (patch)
treea1e72106ae73d4de84ed2062b5e6c9943a92103b
parent1cab0ef840bdddc327533b6352925117638f1eda (diff)
wip
-rw-r--r--lumebuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lumebuild.sh b/lumebuild.sh
index d5aa873..2445f6c 100644
--- a/lumebuild.sh
+++ b/lumebuild.sh
@@ -9,8 +9,8 @@ export DENO_INSTALL="/home/$USER/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
cd "$SRC_DIR" || exit
-
-git add . || git init && git add . || exit
+ls "$SRC_DIR/.git" || git init || exit
+git add . || exit
git commit -m "`date`"