From 98dc3d137db25c56921e86ee0444f536a5ad9264 Mon Sep 17 00:00:00 2001 From: dyb Date: Tue, 12 Feb 2019 16:16:22 -0800 Subject: [PATCH] checkin no longer creates binary directories if no binaries are actually checked in. original commit: cda5b7916b07acb2016f62b94a551ee41b2850e9 --- checkin | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/checkin b/checkin index cb51ffaa19..772a008428 100755 --- a/checkin +++ b/checkin @@ -231,13 +231,6 @@ if ($#oldsfiles != 0) then echo "" endif -foreach x ($bdirs) - set x = ./$x - if (!(-d $x)) then - mkdir -p $x || goto error - endif -end - set oldbfiles = () foreach x ($bfiles) if (-e $x) set oldbfiles = ($oldbfiles $x) @@ -291,6 +284,7 @@ if ($#bfiles != 0) then @ n = $i + 4 endif echo -n "$x " + if (!(-e $x:h)) mkdir -p $x:h || goto error mv $W/$x $x || goto error end echo ""