#!/bin/sh case $(uname) in NetBSD|OpenBSD|DragonFly|FreeBSD|Darwin) date -j -f "%Y-%m-%d %H:%M:%S %z" "$1" "$2" 2>/dev/null ;; *) date -d "$1" "$2" esac exit $? //git.panaceas.org/cgit.cgi/openwrt/upstream/atom/scripts/clang-gcc-wrapper?h=v18.06.2' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/clang-gcc-wrapper
blob: 9e668418a9148f3e18e92c7ba56b7df13b8ce93b (plain)
1
2
3
4
5
6
7
8
9
10
11
12