Home | History | Annotate | Download | only in Scripts

Lines Matching refs:devnull

197     return system("cd $dir && git rev-parse > " . File::Spec->devnull() . " 2>&1") == 0;
307 open INFO, "svn info '$path' 2> " . File::Spec->devnull() . " |" or die;
1666 open(PATCH, "| patch --force --fuzz=3 --binary $fileNewer > " . File::Spec->devnull()) or die $!;