Skip to content
Snippets Groups Projects
Commit d05957e2 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

build: this script needs bash, not ash

parent 5612d24c
Branches
Tags
No related merge requests found
#!/bin/sh -e #!/bin/bash -e
path="." path="."
if [ x"$1" != x ]; then if [ x"$1" != x ]; then
path="$1" path="$1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment