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
Builder Robot
eepm
Commits
b28343d0
Commit
b28343d0
authored
Jan 09, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: hide /usr/bin/env bash in showcmd output
parent
a0d39d8c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
epm-pack
bin/epm-pack
+2
-1
epm-play-common
bin/epm-play-common
+2
-1
epm-repack-rpm
bin/epm-repack-rpm
+2
-1
No files found.
bin/epm-pack
View file @
b28343d0
...
...
@@ -69,7 +69,8 @@ __epm_pack_run_handler()
[
-n
"
$debug
"
]
&&
bashopt
=
'-x'
#info "Running $($script --description 2>/dev/null) ..."
# TODO: add url info here
(
unset
BASH_ENV
;
unset
EPMCURDIR
;
export
PATH
=
$SCPATH
;
export
HOME
=
$(
pwd
)
;
docmd
$CMDSHELL
$bashopt
$packscript
"
$tarname
"
"
$filefortarname
"
"
$packversion
"
"
$url
"
"
$@
"
)
||
fatal
showcmd
$packscript
"
$tarname
"
"
$filefortarname
"
"
$packversion
"
"
$url
"
"
$@
"
(
unset
BASH_ENV
;
unset
EPMCURDIR
;
export
PATH
=
$SCPATH
;
export
HOME
=
$(
pwd
)
;
$CMDSHELL
$bashopt
$packscript
"
$tarname
"
"
$filefortarname
"
"
$packversion
"
"
$url
"
"
$@
"
)
||
fatal
returntarname
=
"
$(
cat
"
$filefortarname
"
)
"
||
fatal
'pack script $packscript didn'
\'
't set tarname'
local
i
...
...
bin/epm-play-common
View file @
b28343d0
...
...
@@ -75,7 +75,8 @@ __epm_play_run()
[
-n
"
$debug
"
]
&&
bashopt
=
'-x'
#info "Running $($script --description 2>/dev/null) ..."
[
"
$PROGDIR
"
=
"/usr/bin"
]
&&
SCPATH
=
"
$PATH
"
||
SCPATH
=
"
$PROGDIR
:
$PATH
"
(
export
EPM_OPTIONS
=
"
$EPM_OPTIONS
$addopt
"
export
PATH
=
$SCPATH
;
docmd
$CMDSHELL
$bashopt
$script
"
$@
"
)
showcmd
$script
"
$@
"
(
export
EPM_OPTIONS
=
"
$EPM_OPTIONS
$addopt
"
export
PATH
=
$SCPATH
;
$CMDSHELL
$bashopt
$script
"
$@
"
)
}
...
...
bin/epm-repack-rpm
View file @
b28343d0
...
...
@@ -43,7 +43,8 @@ __apply_fix_code()
[
"
$PROGDIR
"
=
"/usr/bin"
]
&&
SCPATH
=
"
$PATH
"
||
SCPATH
=
"
$PROGDIR
:
$PATH
"
local
bashopt
=
''
[
-n
"
$debug
"
]
&&
bashopt
=
'-x'
(
unset
EPMCURDIR
;
export
PATH
=
$SCPATH
;
docmd
$CMDSHELL
$bashopt
$repackcode
"
$1
"
"
$2
"
"
$3
"
"
$4
"
"
$5
"
)
||
fatal
'There is an error from $repackcode script'
showcmd
$repackcode
"
$1
"
"
$2
"
"
$3
"
"
$4
"
"
$5
"
(
unset
EPMCURDIR
;
export
PATH
=
$SCPATH
;
$CMDSHELL
$bashopt
$repackcode
"
$1
"
"
$2
"
"
$3
"
"
$4
"
"
$5
"
)
||
fatal
'There is an error from $repackcode script'
}
__create_rpmmacros
()
...
...
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