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
1dd9e4d0
Commit
1dd9e4d0
authored
Oct 24, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prescription, repack: add PROGDIR to PATH
parent
436e66e1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
epm-prescription
bin/epm-prescription
+2
-0
epm-repack
bin/epm-repack
+1
-0
No files found.
bin/epm-prescription
View file @
1dd9e4d0
...
@@ -39,6 +39,8 @@ fi
...
@@ -39,6 +39,8 @@ fi
# allow use EGET in the scripts
# allow use EGET in the scripts
__set_EGET
__set_EGET
export
PATH
=
$PROGDIR
:
$PATH
info
"Running
$(
$script
--description
)
..."
info
"Running
$(
$script
--description
)
..."
docmd
$script
--run
docmd
$script
--run
...
...
bin/epm-repack
View file @
1dd9e4d0
...
@@ -132,6 +132,7 @@ __apply_fix_code()
...
@@ -132,6 +132,7 @@ __apply_fix_code()
local
repackcode
=
"
$CONFIGDIR
/repack.d/
$1
.sh"
local
repackcode
=
"
$CONFIGDIR
/repack.d/
$1
.sh"
[
-x
"
$repackcode
"
]
||
return
[
-x
"
$repackcode
"
]
||
return
shift
shift
export
PATH
=
$PROGDIR
:
$PATH
docmd
$repackcode
"
$1
"
"
$2
"
||
warning
"There was errors with
$repackcode
script"
docmd
$repackcode
"
$1
"
"
$2
"
||
warning
"There was errors with
$repackcode
script"
}
}
...
...
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