diff options
Diffstat (limited to 'verify-shell')
-rwxr-xr-x | verify-shell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verify-shell b/verify-shell index 1182fe8..3aeefe6 100755 --- a/verify-shell +++ b/verify-shell @@ -28,4 +28,4 @@ if ! grep "^/bin/${shl}\$" /etc/shells > /dev/null; then echo "${shl} missing from /etc/shells" >&2 else echo "found" -fi
\ No newline at end of file +fi |