X-Git-Url: http://git.nikiroo.be/?p=gofetch.git;a=blobdiff_plain;f=gopher.sh;h=56fe265365b16ec7e29ce6272f09764cdea3d22b;hp=93715fca3de805898818f472c72df10af51e81a2;hb=bb019694215fbf7f676a13296707cfef20291d78;hpb=050494fa08e2efb5f3b870854490c54e0426de9f diff --git a/gopher.sh b/gopher.sh index 93715fc..56fe265 100755 --- a/gopher.sh +++ b/gopher.sh @@ -66,7 +66,7 @@ getsel() { cat "$1" | grep '^[0-9]' | tail -n+"$2" | head -n 1 | cut -f"$3" } -tmp="`mktemp gofetch.current_page.XXXXX`" +tmp="`mktemp -t gofetch.current_page.XXXXXX`" finish() { rm -rf "$tmp" }