From 1add9e6d7fe050d78f7737bddc2140cfd96899ba Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 2 Aug 2019 02:49:42 +0200 Subject: [PATCH] etc/profile.d/functions --- etc/profile.d/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/functions b/etc/profile.d/functions index ed4b112c..2b9816f2 100755 --- a/etc/profile.d/functions +++ b/etc/profile.d/functions @@ -737,7 +737,7 @@ which_cache() { } uncomment() { - grep -hEv '^\s*(["\#\;-]|//|$)' $@ | grep -Ev "^\s*'" | cat + grep -hEv '^\s*(["\#\;-]|//|$)' "$@" | grep -Ev "^\s*'" | cat } gid_from_to() { -- 2.47.3