Merge pull request #40 from jakeisnt/patch-1
`project_setup.sh`: support more unix systems
This commit is contained in:
commit
dbe087d208
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [ "$#" -ne 1 ]; then
|
if [ "$#" -ne 1 ]; then
|
||||||
PROJECT_NAME='Project'
|
PROJECT_NAME='Project'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue