From 5f3b88e04d78a9bd9e3c3a7fffdfba21d116ac13 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 07 Dec 2015 17:51:22 -0500 Subject: profile_set(): Don't use use() --- diff --git a/src/profile.sh b/src/profile.sh index f64a0d8..cd2c1cf 100644 --- a/src/profile.sh +++ b/src/profile.sh @@ -43,7 +43,6 @@ profile_set() if is_profile "${prof}"; then profile="${prof}" - use "profile/${profile}" else error 1 "$(get_msg 'profile_not_found')" "${prof}" fi -- cgit v0.9.1