File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,6 @@ if ! [[ $DAPP_INIT ]]; then
106
106
[[ $( pwd) != ~ && -e .dapprc ]] && . .dapprc
107
107
fi
108
108
109
- export DAPP_SRC=${DAPP_SRC-src}
110
- export DAPP_LIB=${DAPP_LIB-lib}
111
- export DAPP_OUT=${DAPP_OUT-out}
112
- export DAPP_JSON=${DAPP_JSON-${DAPP_OUT} / dapp.sol.json}
113
- export DAPP_ROOT=${DAPP_ROOT-.}
114
- export DAPP_REMAPPINGS=${DAPP_REMAPPINGS-" $( dapp-remappings) " }
115
-
116
109
if [[ $2 = --help ]]; then
117
110
exec " ${0##*/ } " help -- " $1 "
118
111
elif [[ $DAPP_SOLC_VERSION ]]; then
@@ -176,6 +169,13 @@ while [[ $1 ]]; do
176
169
esac ; shift
177
170
done
178
171
172
+ export DAPP_SRC=${DAPP_SRC-src}
173
+ export DAPP_LIB=${DAPP_LIB-lib}
174
+ export DAPP_OUT=${DAPP_OUT-out}
175
+ export DAPP_JSON=${DAPP_JSON-${DAPP_OUT} / dapp.sol.json}
176
+ export DAPP_ROOT=${DAPP_ROOT-.}
177
+ export DAPP_REMAPPINGS=${DAPP_REMAPPINGS-" $( dapp-remappings) " }
178
+
179
179
if ! [ -x " $( command -v " ${0##*/ } -${1-help} " ) " ]; then
180
180
# look for approximate matches
181
181
echo >&2 " '$1 ' is not a dapp command. See 'dapp help'."
You can’t perform that action at this time.
0 commit comments