From 18252e0c728913402883ce1edfb4dc298935af9d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 25 Apr 2019 22:14:30 -0400 Subject: src/profile.sh: Remove dead return --- diff --git a/src/profile.sh b/src/profile.sh index 13f28cd..2e1bff0 100644 --- a/src/profile.sh +++ b/src/profile.sh @@ -36,8 +36,6 @@ is_profile() shift 1 case "${profiles}" in *" ${prof} "*) return 0;; *) return 1;; esac - - return ${?} } profile_set() -- cgit v0.9.1