Przeglądaj źródła

fix(test.sh): use . not source

Brandon Philips 12 lat temu
rodzic
commit
0b9c5c975e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      test.sh

+ 1 - 1
test.sh

@@ -1,6 +1,6 @@
 #!/bin/sh -e
 
-source ./build
+. ./build
 
 go test -i ./store
 go test -v ./store