Date:2010-05-02 23:35:26 (13 years 7 months ago)
Author:Mirko Vogt
Commit:c8b4f9eb68fa100c94592b9a3be6bc7b4cebfffa
Message:evaluate error messages (this way e.g. newlines can be passed)

Files: scripts/reflash_ben.sh (1 diff)

Change Details

scripts/reflash_ben.sh
9090date > "${LOG_FILE}" # purge logfile if exists
9191
9292function log() {
93    echo "$1"
94    echo "$1" >> "${LOG_FILE}"
93    echo -e "$1"
94    echo -e "$1" >> "${LOG_FILE}"
9595}
9696
9797function abort() {

Archive Download the corresponding diff file



interactive