Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
img test: use the right filenames when testing that deletion occurs
[git.ikiwiki.info.git]
/
ikiwiki-mass-rebuild
diff --git
a/ikiwiki-mass-rebuild
b/ikiwiki-mass-rebuild
index bbef4946bb5b76d4aa6f5a291b253ada42309529..9b57532bcce1897454b46a08ef62055c6982525c 100755
(executable)
--- a/
ikiwiki-mass-rebuild
+++ b/
ikiwiki-mass-rebuild
@@
-29,7
+29,7
@@
sub processline {
my %users;
sub processuser {
my $user=shift;
my %users;
sub processuser {
my $user=shift;
-
next
if $user=~/^-/ || $users{$user};
+
return
if $user=~/^-/ || $users{$user};
$users{$user}=1;
my $ret=system("su", $user, "-s", "/bin/sh", "-c", "--", "$0 --nonglobal @ARGV");
if ($ret != 0) {
$users{$user}=1;
my $ret=system("su", $user, "-s", "/bin/sh", "-c", "--", "$0 --nonglobal @ARGV");
if ($ret != 0) {