diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-16 10:40:04 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-16 10:40:04 -0400 |
commit | 7000ec189d6aecca3cbee5c68fe877f11cf0784e (patch) | |
tree | 36a51ebccc8a6e71c4746a99f78822cf54c9fbd6 | |
parent | 9d06c1f66cfba869204f64fc4be72fe5f36e3df1 (diff) |
remove obsolete call to `make` from bash/logout.sh
-rw-r--r-- | .config/bash/logout.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/bash/logout.sh b/.config/bash/logout.sh index a8b88c1..de4f5f7 100644 --- a/.config/bash/logout.sh +++ b/.config/bash/logout.sh @@ -5,5 +5,3 @@ if [ "$SHLVL" = 1 ]; then [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q fi - -make -C "$HOME" |