diff options
Diffstat (limited to 'check')
-rwxr-xr-x | check/bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -for bash in bash/* bash/bashrc.d/* bash/bash_profile.d/* ; do +for bash in bash/* bash/bashrc.d/* ; do [ -f "$bash" ] || continue bash -n "$bash" || exit done |