Changeset 1493 for branches/locker-dev


Ignore:
Timestamp:
Feb 26, 2010, 1:01:12 AM (14 years ago)
Author:
broder
Message:
Use a slightly more concise shell expression for setting variables.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/locker-dev/locker/deploy/bin/onathena

    r1492 r1493  
    11#!/bin/sh
    22
    3 if [ "$aicontact" = "" ]; then
    4     aicontact="scripts@mit.edu"
    5 fi
    6 
    7 if [ "$aimaintainer" = "" ]; then
    8     aimaintainer="scripts.mit.edu"
    9 fi
     3: ${aicontact:=scripts@mit.edu}
     4: ${aimaintainer:=scripts.mit.edu}
    105
    116
Note: See TracChangeset for help on using the changeset viewer.