]> git.pld-linux.org Git - projects/setup.git/commitdiff
- cosmetics.
authorkloczek <kloczek@pld-linux.org>
Wed, 10 May 2000 18:09:59 +0000 (18:09 +0000)
committerkloczek <kloczek@pld-linux.org>
Wed, 10 May 2000 18:09:59 +0000 (18:09 +0000)
Changed files:
    etc/profile.d/tmp-dir.csh -> 1.3
    etc/profile.d/tmp-dir.sh -> 1.4

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

index 8263c2503368518c982c6e067179b573cd1eb34d..388011ac888fcaf12dbf411b06ecca344a7cd2fa 100644 (file)
@@ -1,4 +1,4 @@
 if ( ! -d ~/tmp ) then
-    mkdir -p ~/tmp >& /dev/null
-    chmod -f og-rwx ~/tmp
+       mkdir -p ~/tmp >& /dev/null
+       chmod -f og-rwx ~/tmp
 endif
index 0f04e83004b215f8dce52e4b59422264bcff9d0f..a5a64fae2711f9240625e4c9f90c3e477e78ed8e 100644 (file)
@@ -1,4 +1,4 @@
 if [ ! -d ~/tmp ]; then
-    mkdir -p ~/tmp > /dev/null 2>&1
-    chmod -f og-rwx ~/tmp
+       mkdir -p ~/tmp > /dev/null 2>&1
+       chmod -f og-rwx ~/tmp
 fi
This page took 0.048706 seconds and 4 git commands to generate.