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
Nurlan
eepm
Commits
34415aa5
Commit
34415aa5
authored
Jun 03, 2014
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
2a0e681d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
epm
bin/epm
+1
-1
epm-check
bin/epm-check
+1
-1
No files found.
bin/epm
View file @
34415aa5
...
...
@@ -324,7 +324,7 @@ done
# if input is not console, get pkg from it too
if
!
inputisatty
;
then
for
opt
in
$(
timeout
1
cat
)
;
do
for
opt
in
$(
timeout
1
cat
2>/dev/null
)
;
do
check_filenames
$opt
done
fi
...
...
bin/epm-check
View file @
34415aa5
...
...
@@ -23,7 +23,7 @@ case $PMTYPE in
apt-rpm|apt-dpkg
)
#sudocmd apt-get check || exit
#sudocmd apt-get update || exit
sudocmd apt-get
-f
install
||
exit
sudocmd apt-get
-f
install
;;
apt-dpkg
)
#sudocmd apt-get update || exit
...
...
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