Fix wrong wrapper filename
This commit is contained in:
parent
78c14dc3b9
commit
f0c04ff685
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
ROOT=$(dirname $(realpath $0))
|
||||
find "${ROOT}/../bin_original" ! -type d -exec sh -c 'ln -P fake_bin.sh $(basename $1)' _ {} \;
|
||||
find "${ROOT}/../bin_original" ! -type d -exec sh -c 'ln -P wrapper.sh $(basename $1)' _ {} \;
|
||||
|
|
Reference in a new issue