Skip to content

Commit

Permalink
no need to echo $MKIT
Browse files Browse the repository at this point in the history
  • Loading branch information
dellelce committed Aug 12, 2019
1 parent 7e2f887 commit 133a51f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mkit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,11 @@ mkit_setup()
[ -z "$*" ] && { usage; exit; } # do not accept zero arguments

export MKIT=$(getdirfullpath $(dirname $0))
echo $MKIT
export srcgetUrl="https://github.com/dellelce/srcget/archive"

. $MKIT/mkit.config.sh || exit $?
. $MKIT/mkit.profiles.sh || exit $?

export srcgetUrl="https://github.com/dellelce/srcget/archive"

mkit_setup $*
. $MKIT/mkit.lib.sh || exit $?
Expand Down

0 comments on commit 133a51f

Please sign in to comment.