Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit f3b9391

Browse files
committed
Fix list-patches
1 parent f645b0e commit f3b9391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

list-patches.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if [ -z "$REPO_REMOTE" ];then
44
rm -Rf patches patches.zip
5-
TOP=$PWD repo forall -c "bash $0"
5+
TOP=$PWD repo forall -c "bash $(readlink -f -- $0)"
66
zip -r patches.zip patches
77
rm -Rf patches
88
exit $?

0 commit comments

Comments
 (0)