1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Merge pull request #35 from lauripiisang/patch-1

remove unnecessary recursive flag
This commit is contained in:
Igor Chubin
2018-07-11 15:03:07 +02:00
committed by GitHub
+1 -1
View File
@@ -149,7 +149,7 @@ mkdir -p "$HOME/.cht.sh/"
lines=$(tput lines)
TMP1=$(mktemp /tmp/cht.sh.XXXXXXXXXXXXX)
trap 'rm -rf $TMP1 $TMP2' EXIT
trap 'rm -f $TMP1 $TMP2' EXIT
trap 'true' INT
if ! [ -e "$HOME/.cht.sh/.hushlogin" ] && [ -z "$this_query" ]; then