Skip to content

Commit

Permalink
extension_run here!
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Aug 1, 2011
1 parent 7a0d0c9 commit 36cdf51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions extensions/builtin/bdsm/modules/shell/extensions/dsl
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ extension_run()
{
local _type="${action_type:-}" _path="${action_path:-}" _namespaces

builtin cd "${initial_pwd}"

# Now based on the determined _type we launch the extension.
case "${_type}" in
function)
Expand Down
2 changes: 0 additions & 2 deletions extensions/builtin/ext/actions/call
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

builtin cd "${initial_pwd}"

if [[ ${#extension_args[@]} -eq 0 ]]
then
log 'usage:\n bdsm call function_name [function_args...]'
Expand Down

0 comments on commit 36cdf51

Please sign in to comment.