- Timestamp:
- Feb 22, 2016 1:53:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1754 r1755 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # Minor bugfix to last commit 25 25 # 26 26 # Former revisions: … … 1847 1847 then 1848 1848 kennung=$(checkjob $PBS_JOBID | grep Reservation | cut -d" " -s -f2 | cut -d"." -s -f2 | sed "s/['\"]//g") 1849 if [[ $kennung= "" ]]1849 if [[ "$kennung" = "" ]] 1850 1850 then 1851 1851 kennung=$RANDOM
Note: See TracChangeset
for help on using the changeset viewer.