Skip to content

Commit 02d772d

Browse files
author
nixnodes
committed
fixed <dupefile-rebuild>
Signed-off-by: nixnodes <[email protected]>
1 parent 905665e commit 02d772d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/misc/macros.glutil

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#@REVISION:59
1+
#@REVISION:60
22
#
33
## NOTE: Requires glutil 2.5 or higher
44
#
@@ -249,7 +249,7 @@
249249
#
250250
## Rebuild the dupefile based on filesystem info
251251
#
252-
#@MACRO:dupefile-rebuild|Rebuild the dupefile based on filesystem info:{exe} -noop --preexec `\{exe\} --dupefile={?q:dupefile@file} --backup dupefile -vv; rm -f {?q:dupefile@file}; \{exe\} -R -x "\{siteroot\}" -lom "depth>0" -print "file \{basepath\}{:nl}user \{user\}{:nl}time {mtime}{:nl}" -lom mode=8 --glroot "{glroot}" | glutil -z dupefile -vvvv --stdin --dupefile={?q:dupefile@file}`
252+
#@MACRO:dupefile-rebuild|Rebuild the dupefile based on filesystem info:{exe} -noop --preexec `\{exe\} --dupefile={?q:dupefile@file} --backup dupefile -vv; rm -f {?q:dupefile@file}; \{exe\} -R -x "\{siteroot\}" -lom "depth>0" -print "file \{basepath\}{:nl}user \{user\}\{:nl\}time \{mtime\}\{:nl\}" -lom mode=8 --glroot "{glroot}" | glutil -z dupefile --nobackup -vvvv --stdin --dupefile={?q:dupefile@file}`
253253
#
254254
#@MACRO:clean-deadlinks|Deletes dead symlinks [-arg1=<rootpath>] [-arg2=prefix]:{exe} -x "{arg1}" -lom "depth>0" -R -lom "mode=10" -l: "(?X:(isread):(?P:rlink#{arg2}%s))" -match "0" --silent -execv "rm -f \{path\}"
255255
#@MACRO:clean-deadlinks-rmbasedir|Deletes dead symlinks [-arg1=<rootpath>] [-arg2=prefix]:{exe} -x "{arg1}" -lom "depth>0" -R -lom "mode=10" -l: "(?X:(isread):(?P:rlink#{arg2}%s))" -match "0" --silent -exec `rm -f "\{path\}"; rmdir "\{?d:path\}"`

0 commit comments

Comments
 (0)