chiark / gitweb /
Disable all exported shell functions
[bash.git] / debian / patches / man-test.diff
1 # DP: document conditional file expressions acting on the target of
2 # DP: symbolic links as well (except -h, -L).
3
4 --- a/bash/builtins/test.def
5 +++ b/bash/builtins/test.def
6 @@ -64,6 +64,9 @@
7  
8    FILE1 -ef FILE2  True if file1 is a hard link to file2.
9  
10 +All file operators except -h and -L are acting on the target of a symbolic
11 +link, not on the symlink itself, if FILE is a symbolic link.
12 +
13  String operators:
14  
15    -z STRING      True if string is empty.