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
4290ae81
Commit
4290ae81
authored
Aug 06, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simulate: it is ok to run with empty list
parent
e3dc3b7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
epm-simulate
bin/epm-simulate
+2
-2
No files found.
bin/epm-simulate
View file @
4290ae81
...
...
@@ -23,11 +23,11 @@ load_helper epm-install
epm_simulate
()
{
local
CMD
[
-
n
"
$pkg_filenames
"
]
||
fatal
"Run
$epm_cmd
without packages"
[
-
z
"
$pkg_filenames
"
]
&&
echo
"Skip empty list"
&&
return
0
local
filenames
=
"
$(
echo
$pkg_filenames
| filter_out_installed_packages
)
"
# FIXME: can't correct receive status 2 in mandriva?
[
-z
"
$filenames
"
]
&&
echo
"
Skip empty simulate list
"
&&
return
0
#&& return 2
[
-z
"
$filenames
"
]
&&
echo
"
All packages are already installed
"
&&
return
0
#&& return 2
case
$PMTYPE
in
apt-rpm|apt-dpkg
)
...
...
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