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