View | Details | Raw Unified | Return to bug 33383
Collapse All | Expand All

(-)a/bin/girar-task-approve (-2 / +2 lines)
Lines 31-38 for i in $(gear_nums); do Link Here
31
	[ -d "acl/$i" ] && [ 'all' = "$num" -o "$i" = "$num" ] ||
31
	[ -d "acl/$i" ] && [ 'all' = "$num" -o "$i" = "$num" ] ||
32
		continue
32
		continue
33
	touch "acl/$i/$GIRAR_USER"
33
	touch "acl/$i/$GIRAR_USER"
34
	rc=$?
34
	[ 'all' = "$num" ] ||
35
	[ 'all' = "$num" ] ||
35
		exit
36
		exit $rc
36
done
37
done
37
[ 'all' = "$num" ] ||
38
[ 'all' = "$num" ] ||
38
	fatal "task #$id: subtask #$num not found"
39
	fatal "task #$id: subtask #$num not found"
39
- 

Return to bug 33383