[haiku-commits] haiku: hrev44063 - 3rdparty/mmu_man/scripts

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 21 Apr 2012 15:29:24 +0200 (CEST)

hrev44063 adds 1 changeset to branch 'master'
old head: fce97ba360ff70fb19f9cd2a57a16152f0925c06
new head: b8c19d314d9ba1b06a11a27d9bf622b310619fa9

----------------------------------------------------------------------------

b8c19d3: Fix fossil checkout filename.

                                          [ François Revol <revol@xxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44063
Commit:      b8c19d314d9ba1b06a11a27d9bf622b310619fa9
URL:         http://cgit.haiku-os.org/haiku/commit/?id=b8c19d3
Author:      François Revol <revol@xxxxxxx>
Date:        Sat Apr 21 13:28:48 2012 UTC

----------------------------------------------------------------------------

1 files changed, 1 insertions(+), 1 deletions(-)
3rdparty/mmu_man/scripts/dev-perso |    2 +-

----------------------------------------------------------------------------

diff --git a/3rdparty/mmu_man/scripts/dev-perso 
b/3rdparty/mmu_man/scripts/dev-perso
index d3b0af5..b3c55f3 100755
--- a/3rdparty/mmu_man/scripts/dev-perso
+++ b/3rdparty/mmu_man/scripts/dev-perso
@@ -159,7 +159,7 @@ dev() {
        test -z "$DEVUPCMD" -a -d .hg && DEVUPCMD="hg pull"
        test -z "$DEVUPCMD" -a -d .git && DEVUPCMD="git pull"
        test -z "$DEVUPCMD" -a -d CVS && DEVUPCMD="cvs up -d"
-       test -z "$DEVUPCMD" -a \( -f _FOSSIL -o -f .fslckout \) && 
DEVUPCMD="fossil pull"
+       test -z "$DEVUPCMD" -a \( -f _FOSSIL_ -o -f .fslckout \) && 
DEVUPCMD="fossil pull"
        test -z "$DEVUPCMD" -a -n "$P4PORT" && DEVUPCMD="p4 sync"
        test -n "$DEVUPCMD" && history -s "$DEVUPCMD"
 }


Other related posts:

  • » [haiku-commits] haiku: hrev44063 - 3rdparty/mmu_man/scripts - revol