diff options
Diffstat (limited to 'scripts/native-intercept/chown')
-rwxr-xr-x | scripts/native-intercept/chown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/native-intercept/chown b/scripts/native-intercept/chown new file mode 100755 index 0000000000..4f43271c2b --- /dev/null +++ b/scripts/native-intercept/chown | |||
@@ -0,0 +1,2 @@ | |||
1 | #! /bin/sh | ||
2 | echo "Intercept $0: $@ -- do nothing" | ||