aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkerl3
1 files changed, 2 insertions, 1 deletions
diff --git a/kerl b/kerl
index 50c33f3..c86d782 100755
--- a/kerl
+++ b/kerl
@@ -1641,7 +1641,8 @@ case "$1" in
fi
;;
plt)
- if ! do_plt get_active_path; then
+ ACTIVE_PATH=`get_active_path`
+ if ! do_plt "$ACTIVE_PATH"; then
exit 1;
fi
;;