aboutsummaryrefslogtreecommitdiff
path: root/check/bash
diff options
context:
space:
mode:
Diffstat (limited to 'check/bash')
-rwxr-xr-xcheck/bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/bash b/check/bash
index f203c2c1..525bec34 100755
--- a/check/bash
+++ b/check/bash
@@ -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