Skip to content

Commit bffed25

Browse files
committed
echo command
1 parent 77deabb commit bffed25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-graalpython/modules/ginstall.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
import tempfile
4848

4949
def system(cmd, msg=""):
50+
print("+", cmd)
5051
status = os.system(cmd)
5152
if status != 0:
5253
xit(msg, status=status)

0 commit comments

Comments
 (0)