Skip to content

Commit 1f7891e

Browse files
committed
Use .settings
1 parent 8d5eccc commit 1f7891e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test

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

3-
if [ "$XTRACE" = 1 ]; then set -x; fi
4-
53
export PATH="$PWD/bin:$PATH"
64

5+
. commands/.settings
6+
77
mkdir self-test && cd "$_"
88

99
git init

0 commit comments

Comments
 (0)