Skip to content

Commit d709994

Browse files
committed
Remove -o from ls to compile on alpine
1 parent 228f942 commit d709994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ define finish
318318
@echo "----- finish ---------------------------------------------------------"
319319
@echo -n "Start: "$(START); echo
320320
@echo -n "Finish: "; date
321-
@echo -n "Output: "; ls -l -o tmp/$@
321+
@echo -n "Output: "; ls -l tmp/$@
322322
@echo -n "Target: "
323323
endef
324324

0 commit comments

Comments
 (0)