Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
5e7da452
Commit
5e7da452
authored
Feb 04, 2014
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
workaround for infinity wait in cat
parent
87f41d52
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
epm
bin/epm
+1
-1
epm-sh-functions
bin/epm-sh-functions
+1
-0
No files found.
bin/epm
View file @
5e7da452
...
@@ -314,7 +314,7 @@ done
...
@@ -314,7 +314,7 @@ done
# if input is not console, get pkg from it too
# if input is not console, get pkg from it too
if
!
inputisatty
;
then
if
!
inputisatty
;
then
for
opt
in
$(
cat
)
;
do
for
opt
in
$(
timeout
1
cat
)
;
do
check_filenames
$opt
check_filenames
$opt
done
done
fi
fi
...
...
bin/epm-sh-functions
View file @
5e7da452
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
# copied from /etc/init.d/outformat (ALT Linux)
# copied from /etc/init.d/outformat (ALT Linux)
# FIXME on Android: FIX ME! implement ttyname_r() bionic/libc/bionic/stubs.c:366
inputisatty
()
inputisatty
()
{
{
# check stdin
# check stdin
...
...
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