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
b232f21e
Commit
b232f21e
authored
Apr 15, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some bashisms
parent
cbe5c85c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
epm-addrepo
bin/epm-addrepo
+1
-1
epm-prescription
bin/epm-prescription
+1
-1
epm-release_upgrade
bin/epm-release_upgrade
+2
-2
No files found.
bin/epm-addrepo
View file @
b232f21e
...
...
@@ -192,7 +192,7 @@ __epm_addrepo_altlinux()
{
local
repo
=
"
$*
"
if
[
-z
"
$repo
"
]
||
[
"
$repo
"
=
=
"-h"
]
||
[
"
$repo
"
==
"--list"
]
||
[
"
$repo
"
=
=
"--help"
]
;
then
if
[
-z
"
$repo
"
]
||
[
"
$repo
"
=
"-h"
]
||
[
"
$repo
"
=
"--list"
]
||
[
"
$repo
"
=
"--help"
]
;
then
__epm_addrepo_altlinux_help
return
fi
...
...
bin/epm-prescription
View file @
b232f21e
...
...
@@ -33,7 +33,7 @@ EOF
exit
fi
if
[
"
$1
"
=
=
"--list-all"
]
||
[
-z
"
$*
"
]
;
then
if
[
"
$1
"
=
"--list-all"
]
||
[
-z
"
$*
"
]
;
then
[
-n
"
$short
"
]
||
[
-n
"
$quiet
"
]
||
echo
"Run with a name of a prescription to run:"
__epm_play_list
$psdir
exit
...
...
bin/epm-release_upgrade
View file @
b232f21e
...
...
@@ -113,7 +113,7 @@ get_fix_release_pkg()
local
TOINSTALL
=
''
local
FORCE
=
''
if
[
"
$1
"
=
=
"--force"
]
;
then
if
[
"
$1
"
=
"--force"
]
;
then
FORCE
=
"
$1
"
shift
fi
...
...
@@ -129,7 +129,7 @@ get_fix_release_pkg()
epm installed apt-conf-branch
&&
echo
"apt-conf-branch apt-conf-sisyphus-"
fi
if
[
"
$FORCE
"
=
=
"--force"
]
;
then
if
[
"
$FORCE
"
=
"--force"
]
;
then
# assure we have set needed release
TOINSTALL
=
"altlinux-release-
$TO
"
else
...
...
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