Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=c7eb76b02edb135662ff7aeedd0ed780ab55536f

commit c7eb76b02edb135662ff7aeedd0ed780ab55536f
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Mon Oct 29 00:19:52 2007 +0100

repoman: s/~/$HOME/
this fixes some ambiguous redirects

diff --git a/repoman b/repoman
index 7cca034..1a2b76a 100755
--- a/repoman
+++ b/repoman
@@ -588,7 +588,7 @@ fi
# Initializating variables.
version='0.3.1'
[ -z "$arch" ] && arch=`uname -m`
-mktemp="mktemp -p ~"
+mktemp="mktemp -p $HOME"

if [ "$F_makepkg_scm" = "git" ]; then
# Checking for git.
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to