Chromium Code Reviews| Index: build/sanitize-mac-build-log.sh |
| diff --git a/build/sanitize-mac-build-log.sh b/build/sanitize-mac-build-log.sh |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..a8986a6fec384d43427a39b3fe4bd3677b0b28aa |
| --- /dev/null |
| +++ b/build/sanitize-mac-build-log.sh |
| @@ -0,0 +1,5 @@ |
| +#!/bin/sh |
| +dir=`cd ${0%/*} ; pwd` |
| +root=${0##*/} |
| +sed -f ${dir}/${root%\.*}.sed |
|
Evan Martin
2010/12/14 22:01:53
I think elsewhere we just use `dirname $0`. What
Scott Byer
2010/12/14 22:17:25
I think that my shell-fu needs modernizing. Done.
|
| + |