summaryrefslogtreecommitdiff
path: root/trunk/sanitize-la.sh
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/sanitize-la.sh')
-rwxr-xr-xtrunk/sanitize-la.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/sanitize-la.sh b/trunk/sanitize-la.sh
new file mode 100755
index 00000000..9bc0ba2b
--- /dev/null
+++ b/trunk/sanitize-la.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+sed "s/dependency_libs=.*/dependency_libs=''/" < $1 > $1T && mv $1T $1