Skip to content

Commit a8effc2

Browse files
committed
Makefile: bash syntax
1 parent 28a71e1 commit a8effc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ convert:
4040

4141
executeall:
4242
i=0; \
43-
_paths=($(ALL_RQT_PATHS)); \
43+
_paths=${ALL_RQT_PATHS}; \
4444
for notebook in ${ALL_NOTEBOOKS}; do \
4545
echo $${_paths[i]}; \
4646
python -m pip install --force-reinstall -r $${_paths[i]}; \

0 commit comments

Comments
 (0)