summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2012-01-03 20:43:52 +0530
committerKeshav Amburay2012-01-03 20:43:52 +0530
commit05d59ce89feae8329a6278926e91a2c3a5ca5e72 (patch)
tree48ef2191799dea14774089dd47a12d43c26f0516 /PKGBUILD
parentaa7a3bee78f6bc2308f8edd891006d0348ec2b56 (diff)
downloadaur-05d59ce89feae8329a6278926e91a2c3a5ca5e72.tar.gz
M
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 239552003fb3..2dbb3bf84a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,8 +29,7 @@ _update_git() {
msg "Connecting to GIT server...."
- if [[ -d "${srcdir}/${_gitname}/" ]]
- then
+ if [[ -d "${srcdir}/${_gitname}/" ]]; then
cd "${srcdir}/${_gitname}/"
git reset --hard
git fetch