Commit f6169e0b authored by Vitaly Lipatov's avatar Vitaly Lipatov

add internal epm command

parent a2af55ab
...@@ -18,8 +18,10 @@ ...@@ -18,8 +18,10 @@
# #
PROGDIR=$(dirname $0) PROGDIR=$(dirname $0)
[ "$PROGDIR" = "." ] && PROGDIR=$(pwd)
# will replaced to /usr/share/eepm during install # will replaced to /usr/share/eepm during install
SHAREDIR=$(dirname $0) SHAREDIR=$PROGDIR
load_helper() load_helper()
{ {
......
...@@ -128,6 +128,10 @@ strip_spaces() ...@@ -128,6 +128,10 @@ strip_spaces()
echo "$*" | filter_strip_spaces echo "$*" | filter_strip_spaces
} }
epm()
{
$PROGDIR/epm $@
}
# Print error message and stop the program # Print error message and stop the program
fatal() fatal()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment