Opened 8 months ago
Closed 8 months 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 , 8 months ago
Component: | - General → User Interface |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Version: | R1/beta4 → R1/Development |
comment:2 by , 8 months ago
Milestone: | Unscheduled → R1/beta5 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev57696.