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
Nurlan
eepm
Commits
2d590c2d
Commit
2d590c2d
authored
Oct 09, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm(): allow use it when run with pipe
parent
7137508c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
epm-epm_install
bin/epm-epm_install
+1
-1
epm-sh-functions
bin/epm-sh-functions
+6
-2
No files found.
bin/epm-epm_install
View file @
2d590c2d
...
...
@@ -25,7 +25,7 @@ load_helper epm-install
check_url_is_accessible
()
{
local
res
e
pm tool e
get
--check
"
$1
"
eget
--check
"
$1
"
}
# update URL variable
...
...
bin/epm-sh-functions
View file @
2d590c2d
...
...
@@ -280,8 +280,12 @@ clean_store_output()
# run epm, possible from side repo
epm
()
{
[
-n
"
$PROGNAME
"
]
||
fatal
"Can't use epm call from the piped script"
bash
$PROGDIR
/
$PROGNAME
--inscript
"
$@
"
if
[
-n
"
$PROGNAME
"
]
;
then
#|| fatal "Can't use epm call from the piped script"
bash
$PROGDIR
/
$PROGNAME
--inscript
"
$@
"
else
epm_main
--inscript
"
$@
"
fi
}
# run $SUDO epm, possible from side repo
...
...
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