Overview
Comment: | Fix local variable name in nbfake |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60-nbfake-stderr |
Files: | files | file ages | folders |
SHA1: |
794eaa8cad5e000dd16cc7494e31489a |
User & Date: | tyardeni on 2014-10-29 15:46:53 |
Other Links: | branch diff | manifest | tags |
Context
2014-10-29
| ||
16:03 | Merged nbfake fix check-in: f050e1d721 user: mrwellan tags: v1.60, v1.6005_ww44.3 | |
15:46 | Fix local variable name in nbfake Closed-Leaf check-in: 794eaa8cad user: tyardeni tags: v1.60-nbfake-stderr | |
15:40 | Use local rather than env variables to determine log and host check-in: efe2d43275 user: tyardeni tags: v1.60-nbfake-stderr | |
Changes
Modified utils/nbfake from [2b1cbc2712] to [5ee8863c91].
︙ | ︙ | |||
56 57 58 59 60 61 62 | #============================================================================== # Run and log #============================================================================== cat <<__EOF >&2 #====================================================================== | | | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | #============================================================================== # Run and log #============================================================================== cat <<__EOF >&2 #====================================================================== # NBFAKE logging command to: $MY_NBFAKE_LOG # $* #====================================================================== __EOF if [[ -z "$MY_NBFAKE_HOST" ]]; then # Run locally sh -c "cd $CURRWD;export DISPLAY=$DISPLAY; export PATH=$PATH; nohup $* >> $MY_NBFAKE_LOG 2>&1 &" |
︙ | ︙ |