4 lines
79 B
Bash
4 lines
79 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
ESCAPED_BUILD_DIR=$(echo "$TRAVIS_BUILD_DIR" | sed 's/\//\\\//g')
|