ソースを参照

bugfix in CBL

Addapted to links withou _blank target
Yann Weber 8年前
コミット
397dc521c3
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      scripts/cbl.sh

+ 1
- 1
scripts/cbl.sh ファイルの表示

@@ -200,7 +200,7 @@ mass_deletion() {
200 200
 fetch_all_classes() {
201 201
 	#$1 is intance name
202 202
 	cls_list_file=$($cmktemp)
203
-	$curl_raw "$(_base_uri $1)/list_classes" | grep -v Abstract |sed -nE 's/^ *<li> +<a href="([^"]+)" target="_blank".*$/\1/p'|cut -d"=" -f2 > $cls_list_file
203
+	$curl_raw "$(_base_uri $1)/list_classes" | grep -v Abstract |sed -nE 's/^ *<li> +<a href="show_class([^"]+)".*$/\1/p'|cut -d"=" -f2 > $cls_list_file
204 204
 	echo $cls_list_file
205 205
 }
206 206
 

読み込み中…
キャンセル
保存