diff --git a/scripts/save_sessions.sh b/scripts/save_sessions.sh
index 476e617..c4c061e 100755
--- a/scripts/save_sessions.sh
+++ b/scripts/save_sessions.sh
@@ -11,5 +11,5 @@ while read session; do
 	# echo "Window ID:$window_id"
 	# echo "Session Name:$session_name"
 
-	$CURRENT_DIR/save_session.sh $session_name $(echo "$bt_list")
+	$CURRENT_DIR/save_session.sh $session_name "$(echo "$bt_list")"
 done < <(echo "$bt_list" | cut -f1,3 | grep dont_close-tmux-browser)