Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
19ab2a29
Commit
19ab2a29
authored
Oct 05, 2016
by
neil
Browse files
fix tail for solaris
parent
24b4fe98
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
19ab2a29
...
...
@@ -1032,7 +1032,10 @@ _head_n() {
}
_tail_n
()
{
tail
-n
$1
if
!
tail
-n
$1
2>/dev/null
;
then
#fix for solaris
tail
-
$1
fi
}
# url payload needbase64 keyfile
...
...
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