diff options
Diffstat (limited to '')
| -rwxr-xr-x | mkdeps.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,5 +10,5 @@ varlist() { } -find src/* -type f -perm -111 | varlist 'sources.sh' -find src/* -type f -not -perm -111 | varlist 'sources.txt' +find src -type f -perm -111 | varlist 'sources.sh' +find src -type f -not -perm -111 | varlist 'sources.txt' |
