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
62130338
Commit
62130338
authored
Mar 30, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit packed 3.64.21
parent
687b0032
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
epm.sh
packed/epm.sh
+8
-8
serv.sh
packed/serv.sh
+1
-1
No files found.
packed/epm.sh
View file @
62130338
...
@@ -34,7 +34,7 @@ SHAREDIR="$PROGDIR"
...
@@ -34,7 +34,7 @@ SHAREDIR="$PROGDIR"
# will replaced with /etc/eepm during install
# will replaced with /etc/eepm during install
CONFIGDIR
=
"
$PROGDIR
/../etc"
CONFIGDIR
=
"
$PROGDIR
/../etc"
export
EPMVERSION
=
"3.64.2
0
"
export
EPMVERSION
=
"3.64.2
1
"
# package, single (file), pipe, git
# package, single (file), pipe, git
EPMMODE
=
"package"
EPMMODE
=
"package"
...
@@ -16735,11 +16735,11 @@ fi
...
@@ -16735,11 +16735,11 @@ fi
__eget_parse_options
()
__eget_parse_options
()
{
{
local
skipopt
=
0
local
argument
local
argvalue
while
[
-n
"
$1
"
]
;
do
while
[
-n
"
$1
"
]
;
do
argument
=
"
$(
echo
"
$1
"
|
cut
-d
=
-f1
)
"
argument
=
"
$(
echo
$1
|
cut
-d
=
-f1
)
"
argvalue
=
"
$(
echo
"
$1
"
|
cut
-s
-d
=
-f2
)
"
argvalue
=
"
$(
echo
$1
|
cut
-s
-d
=
-f2
)
"
case
"
$argument
"
in
case
"
$argument
"
in
-h
|
--help
)
-h
|
--help
)
eget_help
eget_help
...
@@ -16893,16 +16893,16 @@ while [ -n "$1" ] ; do
...
@@ -16893,16 +16893,16 @@ while [ -n "$1" ] ; do
fatal
"Unknown option '
$1
', check eget --help."
fatal
"Unknown option '
$1
', check eget --help."
;;
;;
*
)
*
)
return
$
skipopt
return
$
#
;;
;;
esac
esac
shift
shift
skipopt
=
$((
$skipopt
+
1
))
done
done
return
$#
}
}
__eget_parse_options
"
$@
"
__eget_parse_options
"
$@
"
shift
$
?
shift
$
((
$#-$?
))
__eget_parse_options
$EGET_OPTIONS
__eget_parse_options
$EGET_OPTIONS
#############################3
#############################3
...
...
packed/serv.sh
View file @
62130338
...
@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
...
@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install
# will replaced with /etc/eepm during install
CONFIGDIR
=
$PROGDIR
/../etc
CONFIGDIR
=
$PROGDIR
/../etc
EPMVERSION
=
"3.64.2
0
"
EPMVERSION
=
"3.64.2
1
"
# package, single (file), pipe, git
# package, single (file), pipe, git
EPMMODE
=
"package"
EPMMODE
=
"package"
...
...
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