Skip to content

Commit fe7f149

Browse files
committed
fix config
1 parent f22935b commit fe7f149

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ then
170170
echo create deps.mk ...
171171
rm -f deps.mk
172172
touch deps.mk
173-
set $base_rocqfiles
174-
if test $# -gt 0
173+
if test -n "$base_rocqfiles"
175174
then
175+
set $base_rocqfiles
176176
echo -n ${1}o >> deps.mk
177177
shift
178178
for f in $*

0 commit comments

Comments
 (0)