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
43585a85
Commit
43585a85
authored
Aug 28, 2021
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
4f6c7ac2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
epm-assure
bin/epm-assure
+2
-1
No files found.
bin/epm-assure
View file @
43585a85
...
@@ -51,6 +51,7 @@ __epm_assure_checking()
...
@@ -51,6 +51,7 @@ __epm_assure_checking()
[
-n
"
$PACKAGEVERSION
"
]
&&
return
1
[
-n
"
$PACKAGEVERSION
"
]
&&
return
1
if
is_dirpath
"
$CMD
"
;
then
if
is_dirpath
"
$CMD
"
;
then
# TODO: check for /usr/bin, /bin, /usr/sbin, /sbin
if
[
-e
"
$CMD
"
]
;
then
if
[
-e
"
$CMD
"
]
;
then
if
[
-n
"
$verbose
"
]
;
then
if
[
-n
"
$verbose
"
]
;
then
info
"File or directory
$CMD
is already exists."
info
"File or directory
$CMD
is already exists."
...
@@ -59,7 +60,7 @@ __epm_assure_checking()
...
@@ -59,7 +60,7 @@ __epm_assure_checking()
return
0
return
0
fi
fi
[
-n
"
$PACKAGE
"
]
||
fatal
"You need run with package name param when use with absolute path"
[
-n
"
$PACKAGE
"
]
||
fatal
"You need run with package name param when use with absolute path
to non executable file
"
return
1
return
1
fi
fi
...
...
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