Skip to content

Commit

Permalink
modules => includes
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Sep 14, 2011
1 parent 93a8bfc commit 55f0007
Show file tree
Hide file tree
Showing 26 changed files with 62 additions and 1,325 deletions.
8 changes: 4 additions & 4 deletions bin/sm
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ set -o nounset # do not allow unset variables processing

initial_pwd="$PWD" # record where the script was run from right away.
sm_path="/opt/sm" # BDSM framework path
modules_path="${sm_path}/core/sm/shell"
__sm_modules_path="${sm_path}/core/sm/shell"

export initial_pwd sm_path modules_path initial_pwd
export initial_pwd sm_path __sm_modules_path initial_pwd

. "${modules_path}/core/cli"
. "${modules_path}/core/initialize"
. "${__sm_modules_path}/core/cli"
. "${__sm_modules_path}/core/initialize"
Loading

0 comments on commit 55f0007

Please sign in to comment.