From 79aa706378df397726689922e98dab4832f032ad Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 06 Dec 2015 23:21:46 -0500 Subject: lib/profile.sh: Don't use substitution macros --- (limited to 'lib') diff --git a/lib/profile.sh b/lib/profile.sh index 7151f56..f64a0d8 100644 --- a/lib/profile.sh +++ b/lib/profile.sh @@ -18,8 +18,6 @@ # along with the ProteanOS Development Kit. If not, see # . -PROFILES=' @profiles@ ' - profiles=' ' profile= @@ -36,7 +34,7 @@ is_profile() { local prof="${1}" - [ "x${PROFILES# ${prof} }" != "x${PROFILES}" ] + [ "x${profiles# ${prof} }" != "x${profiles}" ] } profile_set() -- cgit v0.9.1