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
095c0acf
Commit
095c0acf
authored
Dec 05, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix create_fake name
parent
5e18669f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
epm
bin/epm
+1
-1
epm-create_fake
bin/epm-create_fake
+3
-3
No files found.
bin/epm
View file @
095c0acf
...
@@ -474,7 +474,7 @@ check_command()
...
@@ -474,7 +474,7 @@ check_command()
direct_args
=
1
direct_args
=
1
;;
;;
create-fake
)
# HELPCMD: create fake rpm
create-fake
)
# HELPCMD: create fake rpm
epm_cmd
=
create
-
fake
epm_cmd
=
create
_
fake
direct_args
=
1
direct_args
=
1
;;
;;
desktop
)
desktop
)
...
...
bin/epm-create
-
fake
→
bin/epm-create
_
fake
100755 → 100644
View file @
095c0acf
...
@@ -66,7 +66,7 @@ EOF
...
@@ -66,7 +66,7 @@ EOF
}
}
__epm_create
-
fake_help
()
__epm_create
_
fake_help
()
{
{
message
'
message
'
...
@@ -86,7 +86,7 @@ Examples:
...
@@ -86,7 +86,7 @@ Examples:
return
return
}
}
epm_create
-
fake
()
epm_create
_
fake
()
{
{
VERSION
=
0
VERSION
=
0
...
@@ -112,7 +112,7 @@ epm_create-fake()
...
@@ -112,7 +112,7 @@ epm_create-fake()
shift
# past argument
shift
# past argument
;;
;;
--help
|
-h
)
--help
|
-h
)
__epm_create
-
fake_help
__epm_create
_
fake_help
return
return
;;
;;
*
)
*
)
...
...
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