aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2019-09-17 07:54:44 -0700
committerAlec Warner <antarus@gentoo.org>2019-09-17 07:54:44 -0700
commit51eb6625ccd255720649e268438b8b99ee487d3a (patch)
tree607d18f7487d757bb178f9b0026844f881885fab
parentDisable sync in production. (diff)
downloadpackages-5-51eb6625ccd255720649e268438b8b99ee487d3a.tar.gz
packages-5-51eb6625ccd255720649e268438b8b99ee487d3a.tar.bz2
packages-5-51eb6625ccd255720649e268438b8b99ee487d3a.zip
Add missing then.
Thanks to grknight for pointing this out to me. Signed-off-by: Alec Warner <antarus@gentoo.org>
-rwxr-xr-xbin/update-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-all.sh b/bin/update-all.sh
index 221ed59..920f1f3 100755
--- a/bin/update-all.sh
+++ b/bin/update-all.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-if [[ ${1} != "production" ]];
+if [[ ${1} != "production" ]]; then
emerge --sync
fi