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

(-)a/debian/scripts/koha-foreach (-2 / +2 lines)
Lines 51-56 do Link Here
51
    shift
51
    shift
52
done
52
done
53
53
54
rv=0
54
for name in $(koha-list $listopts)
55
for name in $(koha-list $listopts)
55
do
56
do
56
    # Replace the __instancename__ placeholder for the instance name (Bug 8566)
57
    # Replace the __instancename__ placeholder for the instance name (Bug 8566)
Lines 73-76 do Link Here
73
    fi
74
    fi
74
done
75
done
75
76
76
exit 0
77
exit $rv
77
- 

Return to bug 34653