소스 검색

[tools] Fix syntax with latest rbt tool for specifying the bug to close

Romain Rigaux 10 년 전
부모
커밋
53b723b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tools/scripts/hue-review

+ 2 - 2
tools/scripts/hue-review

@@ -23,5 +23,5 @@ exec $RBT post \
 	--target-groups=hue \
 	--target-people="$REVIEWER" \
 	--summary="$SUMMARY" \
-	$REVLIST \
-	$@
+	$@ \
+	$REVLIST