Project

General

Profile

Actions

Action Item #631

open

Init scripts should use $() syntax instead of back-ticks for grabbing output from a command.

Added by Hammel almost 6 years ago. Updated 11 months ago.

Status:
New
Priority:
High
Assignee:
Category:
00 - Basic Build Issues
Target version:
Start date:
20 May 2018
Due date:
% Done:

0%

Estimated time:
Severity:
03 - Medium

Description

The $() subshell syntax is cleaner to use (it encompasses everything in it better than using ticks with quotes) and easier to read (it makes it easier to see that it's a command using editor features).

This is a long term migration away from back ticks to using subshell syntax.

Actions #1

Updated by Hammel 11 months ago

  • Target version changed from 1.0 - Atreides to 3.0 - Corrino
Actions

Also available in: Atom PDF