From: Don Armstrong Date: Tue, 26 May 2015 16:20:23 +0000 (-0700) Subject: add missing space X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7f58d05b94057af5e00aa0812302fe1b4e956876;p=uiuc_igb_scripts.git add missing space --- diff --git a/fpkm_from_srr b/fpkm_from_srr index b7aa535..bcb72bd 100755 --- a/fpkm_from_srr +++ b/fpkm_from_srr @@ -32,7 +32,7 @@ function set_up_the_run { }; -if [ -z "$1" ] || [ -z "$2"] || [ -z "$3" ]; then +if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]; then if [ -z "$FROM_SRR_SRR" ]; then actually_run_the_alignment; exit 0;