[28202] in Source-Commits

home help back first fref pref prev next nref lref last post

scripts commit: Fix typo in conditional

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue May 13 11:44:08 2014

Date: Tue, 13 May 2014 11:44:00 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201405131544.s4DFi0bD011780@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/scripts/commit/6664fc1f427827a10df3b4aff1017ed01cd13959
commit 6664fc1f427827a10df3b4aff1017ed01cd13959
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Tue May 13 11:02:26 2014 -0400

    Fix typo in conditional
    
    Add a space before the closing square bracket in the PPA
    conditional clause.

 installer/install-debathena.beta.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/install-debathena.beta.sh b/installer/install-debathena.beta.sh
index b823f72..fee2212 100644
--- a/installer/install-debathena.beta.sh
+++ b/installer/install-debathena.beta.sh
@@ -377,7 +377,7 @@ if [ "$modules" = "openafs-modules-dkms" ] && \
 	    ppa="no"
 	fi
     fi
-    if [ "$ppa" = "yes"]; then
+    if [ "$ppa" = "yes" ]; then
 	output "Enabling OpenAFS PPA..."
 	add-apt-repository -y ppa:openafs/stable
     fi

home help back first fref pref prev next nref lref last post