summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorJames Bunton2018-10-24 21:06:41 +1100
committerJames Bunton2018-10-24 22:11:06 +1100
commit2699e4a38afc769fd4c02ad41a80e108cb849dd1 (patch)
treece0414a56eb0bc3859b1413422642b6ab28e51a6 /update.sh
parentcff1b532dece65472c54ed202229d1129885f11e (diff)
downloadaur-2699e4a38afc769fd4c02ad41a80e108cb849dd1.tar.gz
Updated to 4.4.162
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 2ba40f100753..32412acbdffb 100755
--- a/update.sh
+++ b/update.sh
@@ -20,7 +20,7 @@ sed -i \
makepkg --printsrcinfo > .SRCINFO
-git add .
+git add -u
if ! git diff-index --quiet HEAD; then
git commit -m "Updated to $VERSION"
fi