view scripts/findglobals.sh @ 937:871c68a35e95

Fix another segfault in ls -C when terminal size is 0x0.
author Rob Landley <rob@landley.net>
date Sun, 30 Jun 2013 01:26:56 -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