Skip to content

use newer shell features (suitable for bash / Korn / Posix)#13

Open
perl2ruby wants to merge 1 commit intoeirc:masterfrom
perl2ruby:master
Open

use newer shell features (suitable for bash / Korn / Posix)#13
perl2ruby wants to merge 1 commit intoeirc:masterfrom
perl2ruby:master

Conversation

@perl2ruby
Copy link

changes:
(1) backticks replaced by $(....)
(2) sed delimiters changed to pipe, eliminating the need to escape backslashes
(3) replace escaped double quoutes (inside double quotes),
replaced them with single quotes without impacting variable interpolation
(4) use of "==" for coparison instead of "="

changes:
  (1) backticks replaced by  $(....)
  (2) sed delimiters changed to pipe, eliminating the need to escape backslashes
  (3) replace escaped double quoutes (inside double quotes),
      replaced them with single quotes without impacting variable interpolation
  (4) use of "==" for coparison instead of "="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant