mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 19:09:34 -06:00
Apparently pushd and popd aren't in whatever very-limited shell travis uses in its build environment. So, scripts using them (and others for safety) should she-bang /bin/bash instead of /bin/sh
4 lines
39 B
Bash
Executable File
4 lines
39 B
Bash
Executable File
#!/bin/bash
|
|
# nothing to link
|
|
npm link
|