From aed7e413a4424f215c4b7ff67c714d5f7c14476a Mon Sep 17 00:00:00 2001
From: Wynn Wolf Arbor
Date: Thu, 4 Jun 2020 17:31:59 +0200
Subject: Remove unnecessary quotes

---
 lifeboat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lifeboat b/lifeboat
index d0a979c..3546f5a 100755
--- a/lifeboat
+++ b/lifeboat
@@ -68,7 +68,7 @@ shift
 
 test -d "$LIFEBOAT_ROOT/$repo" || errx "$repo: no such repository"
 
-export PATH="$HOME/bin:$PATH"
+export PATH=$HOME/bin:$PATH
 export LIFEBOAT_REPO_NAME=$repo
 export RESTIC_REPOSITORY=$LIFEBOAT_ROOT/$repo/repo
 export RESTIC_PASSWORD_FILE=$LIFEBOAT_ROOT/$repo/credentials/restic
-- 
cgit v1.2.3-2-gb3c3