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
Vladislav
eepm
Commits
c23fefe2
Commit
c23fefe2
authored
Jan 21, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix check for empty args
parent
78bbdcb2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
epm-changelog
bin/epm-changelog
+3
-3
epm-filelist
bin/epm-filelist
+2
-2
epm-query
bin/epm-query
+2
-2
No files found.
bin/epm-changelog
View file @
c23fefe2
...
...
@@ -21,7 +21,7 @@ load_helper epm-query
__epm_changelog_files
()
{
[
-z
"
$
@
"
]
&&
return
[
-z
"
$
*
"
]
&&
return
case
$PMTYPE
in
apt-rpm|yum-rpm|zypper-rpm|urpm-rpm
)
...
...
@@ -39,7 +39,7 @@ __epm_changelog_files()
__epm_changelog_local_names
()
{
[
-z
"
$
@
"
]
&&
return
[
-z
"
$
*
"
]
&&
return
case
$PMTYPE
in
apt-rpm|yum-rpm|urpm-rpm|zypper-rpm
)
...
...
@@ -63,7 +63,7 @@ __epm_changelog_local_names()
__epm_changelog_unlocal_names
()
{
[
-z
"
$
@
"
]
&&
return
[
-z
"
$
*
"
]
&&
return
case
$PMTYPE
in
#apt-rpm)
...
...
bin/epm-filelist
View file @
c23fefe2
...
...
@@ -23,7 +23,7 @@ __epm_filelist_file()
{
local
CMD
[
-z
"
$
@
"
]
&&
return
[
-z
"
$
*
"
]
&&
return
case
$PMTYPE
in
apt-rpm|yum-rpm|urpm-rpm|zypper-rpm
)
...
...
@@ -44,7 +44,7 @@ __epm_filelist_name()
{
local
CMD
[
-z
"
$
@
"
]
&&
return
[
-z
"
$
*
"
]
&&
return
case
$PMTYPE
in
apt-rpm
)
...
...
bin/epm-query
View file @
c23fefe2
...
...
@@ -37,7 +37,7 @@ __epm_query_file()
{
local
CMD
[
-z
"
$
@
"
]
&&
return
[
-z
"
$
*
"
]
&&
return
case
$PMTYPE
in
apt-rpm|yum-rpm|urpm-rpm|zypper-rpm
)
...
...
@@ -62,7 +62,7 @@ __epm_query_name()
{
local
CMD
[
-z
"
$
@
"
]
&&
return
[
-z
"
$
*
"
]
&&
return
case
$PMTYPE
in
apt-rpm|yum-rpm|urpm-rpm|zypper-rpm
)
...
...
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