Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
truenas
Commits
49e1d70e
Commit
49e1d70e
authored
11 years ago
by
Craig Rodrigues
Browse files
Options
Download
Email Patches
Plain Diff
Checkout path length of 25 is too aggressive, try 38.
Ticket: #5463
parent
ca21d5f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/check_build_host.sh
+1
-1
build/check_build_host.sh
with
1 addition
and
1 deletion
+1
-1
build/check_build_host.sh
View file @
49e1d70e
...
...
@@ -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
=================================================================
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help