aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdel-shell2
-rwxr-xr-xverify-shell2
2 files changed, 2 insertions, 2 deletions
diff --git a/del-shell b/del-shell
index c8d4b99..baeee15 100755
--- a/del-shell
+++ b/del-shell
@@ -34,4 +34,4 @@ if [ "$num" = 0 ]; then
fi
fi
-exit 0 \ No newline at end of file
+exit 0
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