In the old version patches.orig/<patch name>.patch was printed as the current patch quilt is working on in refresh, now e.g. patches/network /<patch name>.patch is printed. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- scripts/admin-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index 6a085e3..89aae9f 100755 --- a/scripts/admin-update.sh +++ b/scripts/admin-update.sh @@ -51,7 +51,7 @@ patchRefresh() { echo -e "${RED}No patches found in $1${NORMAL}" break; fi - echo -e "${GREEN}Refresh backport patch${NORMAL}: ${BLUE}$i${NORMAL}" + echo -e "${GREEN}Refresh backport patch${NORMAL}: ${BLUE}${1}/$(basename $i)${NORMAL}" quilt import $i quilt push -f RET=$? -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html