]> git.pld-linux.org Git - projects/setup.git/commitdiff
Set TMPDIR variable, too.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 1 Apr 2008 06:48:53 +0000 (06:48 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 1 Apr 2008 06:48:53 +0000 (06:48 +0000)
Changed files:
    etc/profile.d/tmp-dir.csh -> 1.5
    etc/profile.d/tmp-dir.sh -> 1.6

etc/profile.d/tmp-dir.csh
etc/profile.d/tmp-dir.sh

index 498d44328bcf99d0b414ea486eefb696aeca4d33..98af61bbce482d0b7dc0fed9768c165931a6aa83 100644 (file)
@@ -2,3 +2,4 @@ if ( `/bin/id -u` >= 500 && ! -d ~/tmp ) then
        mkdir -p ~/tmp >& /dev/null
        chmod -f og-rwx ~/tmp >& /dev/null
 endif
+setenv TMPDIR ~/tmp
index 368e8d272c0dd8c437cb0b02c282d1452ace6ae5..97993c08fd4a3e89e278700bcbf990240167afcf 100644 (file)
@@ -2,3 +2,5 @@ if [ $(/bin/id -u) -ge 500 -a ! -d ~/tmp ]; then
        mkdir -p ~/tmp > /dev/null 2>&1
        chmod -f og-rwx ~/tmp 2>/dev/null
 fi
+TMPDIR=~/tmp
+export TMPDIR
This page took 0.103387 seconds and 4 git commands to generate.