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 @@ -111,13 +111,6 @@ if ! [[ $DAPP_INIT ]]; then
111
111
[[ $( pwd) != ~ && -e .dapprc ]] && . .dapprc
112
112
fi
113
113
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
-
121
114
if [[ $2 = --help ]]; then
122
115
exec " ${0##*/ } " help -- " $1 "
123
116
elif [[ $DAPP_SOLC_VERSION ]]; then
@@ -184,6 +177,13 @@ while [[ $1 ]]; do
184
177
esac ; shift
185
178
done
186
179
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
+
187
187
if ! [ -x " $( command -v " ${0##*/ } -${1-help} " ) " ]; then
188
188
# look for approximate matches
189
189
echo >&2 " '$1 ' is not a dapp command. See 'dapp help'."
You can’t perform that action at this time.
0 commit comments