This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Commit 6a3c34e
committed
[FABG-780] Update regex, dependencies.sh
This change request fixes an issue when running `make populate` in
the fabric-sdk-go directory using Windows 10 Git Bash (MINGW64). An
error occurs reading, "test/scripts/dependencies.sh: line 104:
unexpected argument `(' to conditional binary operator make:
*** [depend] Error 2"
So, I used the solution from [FABG-774] Updated regex to string,
populate-vendor.sh, but adjusted for dependencies.sh. This patch
runs correctly on Windows 10 using Git Bash and should run similarly
to the [FABG-774] patch on other systems.
Change-Id: I31c689b78cdea8492de9ce2062bffa8e095fb8be
Signed-off-by: jvsclp <jvs@clpinc.com>1 parent db2b8eb commit 6a3c34e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments