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
22b3b33d
Commit
22b3b33d
authored
Nov 12, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove: fix
parent
c375c438
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
epm-remove
bin/epm-remove
+2
-1
epm.sh
packed/epm.sh
+2
-1
No files found.
bin/epm-remove
View file @
22b3b33d
...
...
@@ -260,7 +260,7 @@ epm_remove()
nodeps
=
"--test"
APTOPTIONS
=
"--simulate"
;;
*
*
)
return
;;
esac
...
...
@@ -268,6 +268,7 @@ epm_remove()
epm_remove_low
$pkg_names
&&
return
local
STATUS
=
$?
# TODO: check if we need continue with hi level
if
[
-n
"
$direct
"
]
;
then
return
$STATUS
...
...
packed/epm.sh
View file @
22b3b33d
...
...
@@ -4525,7 +4525,7 @@ epm_remove()
nodeps
=
"--test"
APTOPTIONS
=
"--simulate"
;;
*
*
)
return
;;
esac
...
...
@@ -4533,6 +4533,7 @@ epm_remove()
epm_remove_low
$pkg_names
&&
return
local
STATUS
=
$?
# TODO: check if we need continue with hi level
if
[
-n
"
$direct
"
]
;
then
return
$STATUS
...
...
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