]> git.pld-linux.org Git - projects/setup.git/commitdiff
- typo
authorbszx <bszx@pld-linux.org>
Tue, 22 Feb 2000 18:21:57 +0000 (18:21 +0000)
committerbszx <bszx@pld-linux.org>
Tue, 22 Feb 2000 18:21:57 +0000 (18:21 +0000)
Changed files:
    etc/profile.d/tmp-dir.csh -> 1.2

etc/profile.d/tmp-dir.csh

index f7b469f9a13394cc1fd250008fde825d02d8f58a..8263c2503368518c982c6e067179b573cd1eb34d 100644 (file)
@@ -1,4 +1,4 @@
 if ( ! -d ~/tmp ) then
-    mkdir -p ~/tmp &> /dev/null
+    mkdir -p ~/tmp >& /dev/null
     chmod -f og-rwx ~/tmp
 endif
This page took 0.141042 seconds and 4 git commands to generate.