Skip to content

Commit 633e9ba

Browse files
committed
print absolute paths
1 parent cb90988 commit 633e9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

foundation-pak/build-foundation-pak-for-ghc-9.2.7.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ git submodule update --init --recursive
3333
# output foundation pak and ghc-9.2.7-wpc bindist
3434
############
3535

36-
ls -lah _build/foundation-pak/*.zip
37-
ls -lah _build/bindist/*.xz
36+
ls -lah `pwd`/_build/foundation-pak/*.zip
37+
ls -lah `pwd`/_build/bindist/*.xz

0 commit comments

Comments
 (0)