Home
last modified time | relevance | path

Searched refs:chgrpcmd (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/
H A Dinstall-sh49 chgrpcmd=""
77 -g) chgrpcmd="$chgrpprog $2"
198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dinstall-sh87 chgrpcmd=
140 -g) chgrpcmd="$chgrpprog $2"
448 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
470 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&