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

(-)a/bin/find-subscribers (-1 lines)
Lines 1-7 Link Here
1
#!/bin/sh -eu
1
#!/bin/sh -eu
2
2
3
. girar-sh-functions
3
. girar-sh-functions
4
. shell-quote
5
. shell-mail-address
4
. shell-mail-address
6
5
7
# env: GIRAR_USER_PREFIX GIRAR_USER GIT_DIR
6
# env: GIRAR_USER_PREFIX GIRAR_USER GIT_DIR
(-)a/bin/girar-sh-functions.in (+1 lines)
Lines 7-12 __included_girar_sh_functions=1 Link Here
7
	PATH="@CMDDIR@:$PATH"
7
	PATH="@CMDDIR@:$PATH"
8
8
9
. shell-error
9
. shell-error
10
. shell-quote
10
. girar-sh-config
11
. girar-sh-config
11
12
12
project_name_regexp='^[A-Za-z0-9][-A-Za-z0-9_.]+$'
13
project_name_regexp='^[A-Za-z0-9][-A-Za-z0-9_.]+$'
(-)a/sbin/girar-del.in (-1 lines)
Lines 5-11 export IFS=' Link Here
5
export PATH=/sbin:/usr/sbin:/bin:/usr/bin
5
export PATH=/sbin:/usr/sbin:/bin:/usr/bin
6
6
7
. "@CMDDIR@/girar-sh-functions"
7
. "@CMDDIR@/girar-sh-functions"
8
. shell-quote
9
8
10
usage()
9
usage()
11
{
10
{

Return to bug 16055