OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   23-Oct-2004 13:06:53
  Branch: OPENPKG_2_2_SOLID                Handle: 2004102312065300

  Modified files:           (Branch: OPENPKG_2_2_SOLID)
    openpkg-src/bash        profile

  Log:
    fix quoting

  Summary:
    Revision    Changes     Path
    1.8.6.2     +1  -1      openpkg-src/bash/profile
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/bash/profile
  ============================================================================
  $ cvs diff -u -r1.8.6.1 -r1.8.6.2 profile
  --- openpkg-src/bash/profile  23 Oct 2004 10:49:12 -0000      1.8.6.1
  +++ openpkg-src/bash/profile  23 Oct 2004 11:06:53 -0000      1.8.6.2
  @@ -4,7 +4,7 @@
   
   #   interactive prompt
   if expr $- : ".*i.*" >/dev/null; then
  -    PS1="[EMAIL PROTECTED] "
  +    PS1='[EMAIL PROTECTED] '
   fi
   
   #   environment permissions
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to