Searched refs:cvs_dir (Results 1 – 3 of 3) sorted by relevance
121 cvs_dir=tmpcvs$$124 (umask 077 && mkdir "$cvs_dir") || {125 if test -d "$cvs_dir"; then126 func_fatal_error "directory $cvs_dir already exists"128 func_fatal_error "cannot create directory $cvs_dir"131 CVSROOT=`pwd`/"$cvs_dir"158 gzip -d -c < "$fromfile" | (cd "$cvs_dir" && tar xf -)175 ( LC_ALL=C rlog "$cvs_dir"/archive/$witness,v 2>&1 1>&3 \194 rm -rf "$cvs_dir"266 cvs_dir=autopoint-files[all …]
561 cvs_dir=tmpcvs$$564 (umask 077 && mkdir "$cvs_dir") || {565 if test -d "$cvs_dir"; then566 func_fatal_error "directory $cvs_dir already exists"568 func_fatal_error "cannot create directory $cvs_dir"571 CVSROOT="$srcdir/$cvs_dir"598 gzip -d -c < "$gettext_datadir/archive.cvs.tar.gz" | (cd "$cvs_dir" && tar xf -)605 rm -rf "$cvs_dir"
1039 directories fails. Also restrict the access to the temporary cvs_dir.