Skip to content

Commit cb4e3b0

Browse files
committed
ref: rename ./utils/init-test-fixtures
1 parent efc5b42 commit cb4e3b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/reup renamed to utils/init-test-fixtures

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ LOAD_CHEWIE=0
4343
LOAD_LUKE=0
4444
LOAD_FOOBAR=0
4545
LOAD_PSEND=0
46+
47+
if test -z "${*}"; then
48+
set -- "--help"
49+
fi
4650
for arg in "${@}"; do
4751
if [[ $arg == "--all" ]]; then
4852
CREATE=1

0 commit comments

Comments
 (0)