There was an error while loading. Please reload this page.
1 parent b21351b commit 3fc5541Copy full SHA for 3fc5541
1 file changed
cc.sh
@@ -140,7 +140,7 @@ extend() {
140
else
141
_ext_str="${_prefix}$1"
142
shift
143
- for elt in "$@"; do
+ for elt; do
144
_ext_str="${_ext_str}${_dst_sep}${_prefix}${elt}"
145
done
146
fi
@@ -174,7 +174,7 @@ preextend() {
174
175
176
177
178
179
180
0 commit comments