Changeset 0ee43c8


Ignore:
Timestamp:
Apr 26, 2010, 7:49:27 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
a4b0572
Parents:
60fcd71
git-author:
David Benjamin <davidben@mit.edu> (04/24/10 17:11:44)
git-committer:
Nelson Elhage <nelhage@mit.edu> (04/26/10 19:49:27)
Message:
Unify the beta and non-beta code paths
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/locker-update

    r13d6a53 r0ee43c8  
    3131test -n "$dryrun" && E=echo
    3232
     33B=
     34test -n "$beta" && B=-beta
     35
    3336cd /mit/barnowl/arch/
    3437
     
    4245    else
    4346        echo "# $i"
    44         if test -n "$beta"; then
    45             $E ln -sf "../../common/bin/barnowl-beta" "$i/bin/barnowl-beta"
    46             $E ln -sf "$NEWVERSION" "$i/bin/barnowl.real-beta"
    47         else
    48                 # Sanity -- make sure the 'barnowl' symlink is correct.
    49             $E ln -sf "../../common/bin/barnowl" "$i/bin/barnowl"
    50             $E ln -sf "$NEWVERSION" "$i/bin/barnowl.real"
    51         fi
     47
     48        # Sanity -- make sure the 'barnowl' symlink is correct.
     49        $E ln -sf "../../common/bin/barnowl$B" "$i/bin/barnowl$B"
     50        $E ln -sf "$NEWVERSION" "$i/bin/barnowl.real$B"
     51
    5252        $E ln -sf "zcrypt${NEWVERSION#barnowl}" "$i/bin/zcrypt"
    5353    fi
Note: See TracChangeset for help on using the changeset viewer.