From: Simon Ruderich Date: Mon, 8 Mar 2010 16:55:53 +0000 (+0100) Subject: bash/rc: Minor whitespace fix. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=41495c32d1827bf28ad8a94bc9947e3685ef40ca;p=config%2Fdotfiles.git bash/rc: Minor whitespace fix. --- diff --git a/bash/rc b/bash/rc index a1ac587..a62272e 100644 --- a/bash/rc +++ b/bash/rc @@ -26,7 +26,7 @@ source_config ~/.shell "" env $host # Check if this is an interactive shell. Abort if not to prevent problems with # scp and rcp. Taken from default Debian bashrc. Thanks. -if [[ $- != *i* ]] ; then +if [[ $- != *i* ]]; then return fi