Skip to content

Commit 3677e50

Browse files
author
Vladimir Kotal
authored
sort the env vars
1 parent 497f5e9 commit 3677e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/before

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
echo "Environment variables:"
4-
env
4+
env | sort
55

66
echo "SCM versions:"
77
if `which bk`; then bk --version; fi

0 commit comments

Comments
 (0)