summaryrefslogtreecommitdiff
path: root/net/scotty/scripts/untrue
blob: c8ea5fb841747e361c6770ef087cc0049478451e (plain)
1
2
3
4
5
#!/bin/sh
# untrue $1: convert /bin/true -> true
# also mask CFLAGS
mv -f $1 $1.true
sed -e 's./bin/true.true.;s.^CFLAGS.#CFLAGS.' $1.true > $1