mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/sh
|
|
BINARY_DIR=`pwd|sed 's/ /\\\ /g'`
|
|
/bin/sh -c "update_prebinding -files $BINARY_DIR/*"
|