view scripts/findglobals.sh @ 1268:77af6bc22fbc draft

Fix od bug reported by Samuel Holland ("od -v -b" was appending default output type even though an output type was specified).
author Rob Landley <rob@landley.net>
date Fri, 25 Apr 2014 05:48:11 -0500
parents a3268a1c055e
children
line wrap: on
line source

#!/bin/bash

# Quick and dirty check to see if anybody's leaked global variables.
# We should have this, toy_list, toybuf, and toys.

nm toybox_unstripped | grep '[0-9A-Fa-f]* [BCDGRS]' | cut -d ' ' -f 3