• A
    Fix a shell issue of empty string · 5db43663
    Adam Lee 提交于
    If the $(UBUNTU_PLATFORM) is an empty string, the test command will fail,
    double quotes it to fix.
    
    ```
    --- mock for platform
    /bin/sh: line 0: [: =: unary operator expected
    ```
    5db43663
Makefile 7.3 KB