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

build: this script needs bash, not ash

parent a9be5ba8
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -e
#!/bin/bash -e
path="."
if [ x"$1" != x ]; then
path="$1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment