Changeset 1755 for palm/trunk


Ignore:
Timestamp:
Feb 22, 2016 1:53:39 PM (8 years ago)
Author:
maronga
Message:

minor bugfix for last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1754 r1755  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# Minor bugfix to last commit
    2525#
    2626# Former revisions:
     
    18471847 then
    18481848    kennung=$(checkjob $PBS_JOBID | grep Reservation | cut -d" " -s -f2 | cut -d"." -s -f2 | sed "s/['\"]//g")
    1849     if [[ $kennung = "" ]]
     1849    if [[ "$kennung" = "" ]]
    18501850    then
    18511851       kennung=$RANDOM
Note: See TracChangeset for help on using the changeset viewer.