diff options
-rw-r--r-- | postgresql.eselect | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/postgresql.eselect b/postgresql.eselect index 55c970d..11216cd 100644 --- a/postgresql.eselect +++ b/postgresql.eselect @@ -48,7 +48,8 @@ linker() { local suffix=$4 local link_source local findings - + + # Prevent passed patterns from being globbed set -f findings=$(find "${source_dir}" -maxdepth 1 -mindepth 1 ${pattern}) set +f |