Skip to content

Commit 497f5e9

Browse files
author
Vladimir Kotal
authored
add more printing
1 parent 6d454cf commit 497f5e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/before

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
22

3+
echo "Environment variables:"
4+
env
5+
6+
echo "SCM versions:"
37
if `which bk`; then bk --version; fi
48
if `which hg`; then hg --version; fi
59
if `which git`; then git --version; fi

0 commit comments

Comments
 (0)