aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions
index 9ed6b4a..cfd9091 100644
--- a/global-functions
+++ b/global-functions
@@ -543,7 +543,7 @@
:local Continue false;
:set PathNext [ $CleanFilePath ($PathNext . "/" . $Dir) ];
- :if ([ :len [ /file/find where name=$PathNext type="directory" ] ] = 1) do={
+ :if ([ :len [ /file/find where name=$PathNext !(name="tmpfs") type="directory" ] ] = 1) do={
:set Continue true;
}