File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -111,13 +111,6 @@ if ! [[ $DAPP_INIT ]]; then
111111 [[ $( pwd) != ~ && -e .dapprc ]] && . .dapprc
112112fi
113113
114- export DAPP_SRC=${DAPP_SRC-src}
115- export DAPP_LIB=${DAPP_LIB-lib}
116- export DAPP_OUT=${DAPP_OUT-out}
117- export DAPP_JSON=${DAPP_JSON-${DAPP_OUT} / dapp.sol.json}
118- export DAPP_ROOT=${DAPP_ROOT-.}
119- export DAPP_REMAPPINGS=${DAPP_REMAPPINGS-" $( dapp-remappings) " }
120-
121114if [[ $2 = --help ]]; then
122115 exec " ${0##*/ } " help -- " $1 "
123116elif [[ $DAPP_SOLC_VERSION ]]; then
@@ -184,6 +177,13 @@ while [[ $1 ]]; do
184177 esac ; shift
185178done
186179
180+ export DAPP_SRC=${DAPP_SRC-src}
181+ export DAPP_LIB=${DAPP_LIB-lib}
182+ export DAPP_OUT=${DAPP_OUT-out}
183+ export DAPP_JSON=${DAPP_JSON-${DAPP_OUT} / dapp.sol.json}
184+ export DAPP_ROOT=${DAPP_ROOT-.}
185+ export DAPP_REMAPPINGS=${DAPP_REMAPPINGS-" $( dapp-remappings) " }
186+
187187if ! [ -x " $( command -v " ${0##*/ } -${1-help} " ) " ]; then
188188 # look for approximate matches
189189 echo >&2 " '$1 ' is not a dapp command. See 'dapp help'."
You can’t perform that action at this time.
0 commit comments