Searched refs:cvs_dir (Results 1 – 3 of 3) sorted by relevance
382 cvs_dir=tmpcvs$$386 (umask 077 && mkdir "$cvs_dir") || {387 if test -d "$cvs_dir"; then388 func_fatal_error "directory $cvs_dir already exists"390 func_fatal_error "cannot create directory $cvs_dir"400 CVSROOT="$srcdir/$cvs_dir"419 gzip -d -c < "$gettext_dir/archive.tar.gz" | (cd "$cvs_dir" && tar xf -)427 rm -rf "$cvs_dir" "$work_dir"490 rm -rf "$cvs_dir" "$work_dir"566 rm -rf "$cvs_dir" "$work_dir"
276 directories fails. Also restrict the access to the temporary cvs_dir.
448 my $cvs_dir;474 $cvs_dir = "$options{'cvs-module-path'}/"476 if (!-d $cvs_dir)478 print "Creating directory \`$cvs_dir'\n";479 if (!mkpath ($cvs_dir))483 "failed to make directory \`$cvs_dir' - skipping directory \`$cd'";824 $cvsarchive = "$cvs_dir/$rcsarchive" if $options{'cvs-module-path'};