mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/bin/byobu:
- fix minor syntax error
This commit is contained in:
parent
a4e2a3057e
commit
5cda8a209d
2 changed files with 2 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
|||
byobu (5.39) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* usr/bin/byobu:
|
||||
- fix minor syntax error
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 07 May 2013 17:16:31 -0500
|
||||
|
||||
|
|
|
@ -70,7 +70,6 @@ if [ "$#" = "1" ]; then
|
|||
echo "$PKG version $VERSION"
|
||||
if $BYOBU_TEST bash >/dev/null 2>&1; then
|
||||
# Check ulimits
|
||||
local u
|
||||
u=$(bash -c "ulimit -n")
|
||||
[ "$u" = "unlimited" ] || [ $u -ge 15 ] || echo "WARNING: ulimit -n is too low" 1>&2
|
||||
u=$(bash -c "ulimit -u")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue