Opened 7 weeks ago

Closed 6 weeks ago

#18871 closed bug (fixed)

Quick Tour script syntax error

Reported by: donn Owned by: nephele
Priority: normal Milestone: R1/beta5
Component: User Interface Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

"Quick Tour" fails.

Desktop/Quick Tour: line 17: syntax error near unexpected token `elif'
Desktop/Quick Tour: line 17: `elif [ -f $quicktour ]; then'

*** "Desktop/Quick Tour.dist"   2023-12-05 07:28:54.000000000 +0000
--- "Desktop/Quick Tour"        2024-03-30 21:33:08.039321600 +0000
***************
*** 12,18 ****
  
  if [ -f $localizedQuicktour ]; then
        open file:$localizedQuicktour
! elif [ -f $localizedQuicktourBase ];
        open file:$localizedQuicktourBase
  elif [ -f $quicktour ]; then
        open $quicktour
--- 12,18 ----
  
  if [ -f $localizedQuicktour ]; then
        open file:$localizedQuicktour
! elif [ -f $localizedQuicktourBase ]; then
        open file:$localizedQuicktourBase
  elif [ -f $quicktour ]; then
        open $quicktour

Change History (2)

comment:1 by nephele, 7 weeks ago

Component: - GeneralUser Interface
Owner: changed from nobody to nephele
Status: newassigned
Version: R1/beta4R1/Development

comment:2 by waddlesplash, 6 weeks ago

Milestone: UnscheduledR1/beta5
Resolution: fixed
Status: assignedclosed

Fixed in hrev57696.

Note: See TracTickets for help on using tickets.