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
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