summaryrefslogtreecommitdiff
path: root/extras/dump_sections
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-03 13:44:03 -0500
committerBryan Bishop <kanzure@gmail.com>2013-08-03 13:44:03 -0500
commit2e9caa75d77d368ead271268406a24a1052b9d85 (patch)
tree78a69cf4fe8b3e547cc950f80479a21e78cd69d8 /extras/dump_sections
parent1c3ebf956d5805b6aa1beaafeede89c92acde838 (diff)
Move extras/ into a git submodule.
Diffstat (limited to 'extras/dump_sections')
m---------extras0
-rwxr-xr-xextras/dump_sections14
2 files changed, 0 insertions, 14 deletions
diff --git a/extras b/extras
new file mode 160000
+Subproject 13dfbba8d21b843cc3bb871ed06088ca72cde8c
diff --git a/extras/dump_sections b/extras/dump_sections
deleted file mode 100755
index 362318f30..000000000
--- a/extras/dump_sections
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-# This wraps dump_sections.py so that other python scripts can import the
-# functions. If dump_sections.py was instead called dump_sections, then other
-# python source code would be unable to use the functions via import
-# statements.
-
-# figure out the path to this script
-cwd="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-
-# construct the path to dump_sections.py
-secpath=$cwd/dump_sections.py
-
-# run dump_sections.py
-$secpath $1