mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-10 11:52:10 -04:00
3 lines
50 B
Bash
Executable File
3 lines
50 B
Bash
Executable File
#!/bin/sh
|
|
exec ccache "${TARGET_CC_NOCACHE}" "$@"
|