view scripts/findglobals.sh @ 899:7b2e8f9db29b

add groups implementation to id.c
author Ivo van poorten <ivopvp@gmail.com>
date Tue, 14 May 2013 00:03:26 -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