From 1b8c3b23fbbad2fba2b6d177e6cac15516b2ecce Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Wed, 12 Dec 2018 07:56:11 +0100 Subject: whitespace is a nono with variable assignments --- code/vlanscrape-wrapper | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/vlanscrape-wrapper b/code/vlanscrape-wrapper index be7c608..2c18641 100755 --- a/code/vlanscrape-wrapper +++ b/code/vlanscrape-wrapper @@ -29,20 +29,20 @@ if [ $Something -ne 0 ] then if [ $FilesAdded -ne 0 ] then - CommitMsg = "File addition" + CommitMsg="File addition" fi if [ $FilesModified -ne 0 ] then if [ -z $CommitMsg ] then - CommitMsg = "File modification" + CommitMsg="File modification" else - CommitMsg = "$CommiMsg and modification" + CommitMsg="$CommiMsg and modification" fi fi if [ -z $CommitMsg ] then - CommitMsg = "something changed" + CommitMsg="something changed" fi fi -- cgit v1.1