define YAML_FILE in setenv
This commit is contained in:
parent
29902891c0
commit
3c779185d4
1
makeuser
1
makeuser
|
@ -7,7 +7,6 @@
|
|||
# Forked from tilde.team's make user script (
|
||||
PROGNAME=${0##*/}
|
||||
VERSION="0.4"
|
||||
YAML_FILE="$1.yml"
|
||||
GEN_TDP="./gen_tdp"
|
||||
CONFIG=./setenv
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
# Forked from tilde.team's make user script (
|
||||
PROGNAME=${0##*/}
|
||||
VERSION="0.4"
|
||||
YAML_FILE="$1.yml"
|
||||
CONFIG=./setenv
|
||||
|
||||
. $CONFIG
|
||||
|
|
Loading…
Reference in New Issue