Explorar el Código

fix(test.sh): use . not source

Brandon Philips hace 12 años
padre
commit
0b9c5c975e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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