source: trunk/third/pango/sanitize-la.sh @ 18248

Revision 18248, 82 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18247, which included commits to RCS files with non-trunk default branches.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3sed "s/dependency_libs=.*/dependency_libs=''/" < $1 > $1T && mv $1T $1
Note: See TracBrowser for help on using the repository browser.