Commit 49e1d70e authored by Craig Rodrigues's avatar Craig Rodrigues
Browse files

Checkout path length of 25 is too aggressive, try 38.

Ticket: #5463
parent ca21d5f1
Showing with 1 addition and 1 deletion
+1 -1
......@@ -20,7 +20,7 @@ check_build_sanity()
# just to get a build error.
local mypwd=`pwd`
local mypwdlen=`pwd | wc -c | awk '{print $1}'` # use awk to cleanup wc output
local pwdmaxlen="25"
local pwdmaxlen="38"
if [ $mypwdlen -ge $pwdmaxlen ] ; then
cat <<PWD_ERROR
=================================================================
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment