Merge branch 'patch-1' into 'master'

cargo.sh: use single brackets for shell compatibility

See merge request World/fractal!222
This commit is contained in:
Daniel Garcia Moreno 2018-09-12 18:55:45 +00:00
commit c5a90d9a23

View file

@ -7,7 +7,7 @@ export FRACTAL_NAME_SUFFIX="$5"
export FRACTAL_VERSION="$6"
export FRACTAL_PROFILE="$7"
if [[ "$FRACTAL_PROFILE" == "Devel" ]]
if [ "$FRACTAL_PROFILE" = "Devel" ]
then
echo "DEBUG MODE"
cargo build --manifest-path $1/Cargo.toml -p fractal-gtk && cp $1/target/debug/fractal-gtk $2