New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#1895 (Fmake_WORK.sh needs to escape 'ls') – NEMO

Opened 7 years ago

Closed 7 years ago

#1895 closed Bug (fixed)

Fmake_WORK.sh needs to escape 'ls'

Reported by: mdunphy Owned by: mchekki
Priority: low Milestone:
Component: env Version: v3.6
Severity: Keywords: Fmake
Cc:

Description

Context

Fmake_WORK.sh needs to escape 'ls' when making symlinks in the WORK directory

Analysis

If 'ls' is not escaped, and if the user has -F in their ls alias, symlinks in MY_SRC are skipped when assembling the symlinks under WORK

Fix

Escape ls by changing ls to \ls in Fmake_WORK.sh; patch included

Commit History (1)

ChangesetAuthorTimeChangeLog
8527timgraham2017-09-15T15:59:36+02:00

Fix for #1895

Attachments (1)

fmake.patch (899 bytes) - added by mdunphy 7 years ago.
Change ls to \ls in Fmake_WORK.sh

Download all attachments as: .zip

Change History (3)

Changed 7 years ago by mdunphy

Change ls to \ls in Fmake_WORK.sh

comment:1 Changed 7 years ago by clevy

  • Owner changed from nemo to mchekki

comment:2 Changed 7 years ago by timgraham

  • Resolution set to fixed
  • Status changed from new to closed

Fixed at r8527

Note: See TracTickets for help on using tickets.