Skip to content

Commit 27cfc45

Browse files
authored
Merge pull request #208 from koyaan/patch-1
Fix small typo in glibc_run.sh
2 parents 58c21b5 + 757431c commit 27cfc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glibc_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function set_interpreter (){
6868
if [[ $curr_interp != $1 ]];
6969
then
7070
patchelf --set-interpreter "$1" "$TARGET"
71-
echo "INERPERETER as $1 for $TARGET"
71+
echo "INTERPERETER as $1 for $TARGET"
7272
fi
7373
}
7474

0 commit comments

Comments
 (0)