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

Commit

Permalink
Fix list-patches
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Mar 22, 2018
1 parent f645b0e commit f3b9391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list-patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ -z "$REPO_REMOTE" ];then
rm -Rf patches patches.zip
TOP=$PWD repo forall -c "bash $0"
TOP=$PWD repo forall -c "bash $(readlink -f -- $0)"
zip -r patches.zip patches
rm -Rf patches
exit $?
Expand Down

0 comments on commit f3b9391

Please sign in to comment.