Skip to content

Commit cc762ed

Browse files
committed
fix
1 parent 401e0a6 commit cc762ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_unit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ fake() {
158158
shift
159159
if [ $# -gt 0 ]
160160
then
161-
eval "function $command() { export FAKE_PARAMS=\"\$@\" ; $@ ; }"
161+
eval "function $command() { export FAKE_PARAMS=(\"\$@\") ; $@ ; }"
162162
else
163163
eval "function $command() { echo \"$($CAT)\" ; }"
164164
fi

0 commit comments

Comments
 (0)