Skip to content

Commit

Permalink
fix improper quoting for messages with ${}
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jul 11, 2016
1 parent 3c05ae6 commit a2be58b
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions deb/setup
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ else
exec_cmd 'wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -'
fi

print_status 'Creating apt sources list file for the NodeSource ${NODENAME} repo...'
print_status "Creating apt sources list file for the NodeSource ${NODENAME} repo..."

exec_cmd "echo 'deb https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' > /etc/apt/sources.list.d/nodesource.list"
exec_cmd "echo 'deb-src https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' >> /etc/apt/sources.list.d/nodesource.list"
Expand All @@ -315,7 +315,7 @@ exec_cmd 'apt-get update'

node_deprecation_warning

print_status 'Run `apt-get install ${NODEPKG}` (as root) to install ${NODENAME} and npm'
print_status "Run \`apt-get install ${NODEPKG}\` (as root) to install ${NODENAME} and npm"

}

Expand Down
4 changes: 2 additions & 2 deletions deb/setup_0.10
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ else
exec_cmd 'wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -'
fi

print_status 'Creating apt sources list file for the NodeSource ${NODENAME} repo...'
print_status "Creating apt sources list file for the NodeSource ${NODENAME} repo..."

exec_cmd "echo 'deb https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' > /etc/apt/sources.list.d/nodesource.list"
exec_cmd "echo 'deb-src https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' >> /etc/apt/sources.list.d/nodesource.list"
Expand All @@ -315,7 +315,7 @@ exec_cmd 'apt-get update'

node_deprecation_warning

print_status 'Run `apt-get install ${NODEPKG}` (as root) to install ${NODENAME} and npm'
print_status "Run \`apt-get install ${NODEPKG}\` (as root) to install ${NODENAME} and npm"

}

Expand Down
4 changes: 2 additions & 2 deletions deb/setup_0.12
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ else
exec_cmd 'wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -'
fi

print_status 'Creating apt sources list file for the NodeSource ${NODENAME} repo...'
print_status "Creating apt sources list file for the NodeSource ${NODENAME} repo..."

exec_cmd "echo 'deb https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' > /etc/apt/sources.list.d/nodesource.list"
exec_cmd "echo 'deb-src https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' >> /etc/apt/sources.list.d/nodesource.list"
Expand All @@ -315,7 +315,7 @@ exec_cmd 'apt-get update'

node_deprecation_warning

print_status 'Run `apt-get install ${NODEPKG}` (as root) to install ${NODENAME} and npm'
print_status "Run \`apt-get install ${NODEPKG}\` (as root) to install ${NODENAME} and npm"

}

Expand Down
4 changes: 2 additions & 2 deletions deb/setup_4.x
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ else
exec_cmd 'wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -'
fi

print_status 'Creating apt sources list file for the NodeSource ${NODENAME} repo...'
print_status "Creating apt sources list file for the NodeSource ${NODENAME} repo..."

exec_cmd "echo 'deb https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' > /etc/apt/sources.list.d/nodesource.list"
exec_cmd "echo 'deb-src https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' >> /etc/apt/sources.list.d/nodesource.list"
Expand All @@ -315,7 +315,7 @@ exec_cmd 'apt-get update'

node_deprecation_warning

print_status 'Run `apt-get install ${NODEPKG}` (as root) to install ${NODENAME} and npm'
print_status "Run \`apt-get install ${NODEPKG}\` (as root) to install ${NODENAME} and npm"

}

Expand Down
4 changes: 2 additions & 2 deletions deb/setup_5.x
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ else
exec_cmd 'wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -'
fi

print_status 'Creating apt sources list file for the NodeSource ${NODENAME} repo...'
print_status "Creating apt sources list file for the NodeSource ${NODENAME} repo..."

exec_cmd "echo 'deb https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' > /etc/apt/sources.list.d/nodesource.list"
exec_cmd "echo 'deb-src https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' >> /etc/apt/sources.list.d/nodesource.list"
Expand All @@ -315,7 +315,7 @@ exec_cmd 'apt-get update'

node_deprecation_warning

print_status 'Run `apt-get install ${NODEPKG}` (as root) to install ${NODENAME} and npm'
print_status "Run \`apt-get install ${NODEPKG}\` (as root) to install ${NODENAME} and npm"

}

Expand Down
4 changes: 2 additions & 2 deletions deb/setup_6.x
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ else
exec_cmd 'wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -'
fi

print_status 'Creating apt sources list file for the NodeSource ${NODENAME} repo...'
print_status "Creating apt sources list file for the NodeSource ${NODENAME} repo..."

exec_cmd "echo 'deb https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' > /etc/apt/sources.list.d/nodesource.list"
exec_cmd "echo 'deb-src https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' >> /etc/apt/sources.list.d/nodesource.list"
Expand All @@ -315,7 +315,7 @@ exec_cmd 'apt-get update'

node_deprecation_warning

print_status 'Run `apt-get install ${NODEPKG}` (as root) to install ${NODENAME} and npm'
print_status "Run \`apt-get install ${NODEPKG}\` (as root) to install ${NODENAME} and npm"

}

Expand Down
4 changes: 2 additions & 2 deletions deb/setup_dev
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ else
exec_cmd 'wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -'
fi

print_status 'Creating apt sources list file for the NodeSource ${NODENAME} repo...'
print_status "Creating apt sources list file for the NodeSource ${NODENAME} repo..."

exec_cmd "echo 'deb https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' > /etc/apt/sources.list.d/nodesource.list"
exec_cmd "echo 'deb-src https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' >> /etc/apt/sources.list.d/nodesource.list"
Expand All @@ -315,7 +315,7 @@ exec_cmd 'apt-get update'

node_deprecation_warning

print_status 'Run `apt-get install ${NODEPKG}` (as root) to install ${NODENAME} and npm'
print_status "Run \`apt-get install ${NODEPKG}\` (as root) to install ${NODENAME} and npm"

}

Expand Down
4 changes: 2 additions & 2 deletions deb/setup_iojs_1.x
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ else
exec_cmd 'wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -'
fi

print_status 'Creating apt sources list file for the NodeSource ${NODENAME} repo...'
print_status "Creating apt sources list file for the NodeSource ${NODENAME} repo..."

exec_cmd "echo 'deb https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' > /etc/apt/sources.list.d/nodesource.list"
exec_cmd "echo 'deb-src https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' >> /etc/apt/sources.list.d/nodesource.list"
Expand All @@ -315,7 +315,7 @@ exec_cmd 'apt-get update'

node_deprecation_warning

print_status 'Run `apt-get install ${NODEPKG}` (as root) to install ${NODENAME} and npm'
print_status "Run \`apt-get install ${NODEPKG}\` (as root) to install ${NODENAME} and npm"

}

Expand Down
4 changes: 2 additions & 2 deletions deb/setup_iojs_2.x
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ else
exec_cmd 'wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -'
fi

print_status 'Creating apt sources list file for the NodeSource ${NODENAME} repo...'
print_status "Creating apt sources list file for the NodeSource ${NODENAME} repo..."

exec_cmd "echo 'deb https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' > /etc/apt/sources.list.d/nodesource.list"
exec_cmd "echo 'deb-src https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' >> /etc/apt/sources.list.d/nodesource.list"
Expand All @@ -315,7 +315,7 @@ exec_cmd 'apt-get update'

node_deprecation_warning

print_status 'Run `apt-get install ${NODEPKG}` (as root) to install ${NODENAME} and npm'
print_status "Run \`apt-get install ${NODEPKG}\` (as root) to install ${NODENAME} and npm"

}

Expand Down
4 changes: 2 additions & 2 deletions deb/setup_iojs_3.x
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ else
exec_cmd 'wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -'
fi

print_status 'Creating apt sources list file for the NodeSource ${NODENAME} repo...'
print_status "Creating apt sources list file for the NodeSource ${NODENAME} repo..."

exec_cmd "echo 'deb https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' > /etc/apt/sources.list.d/nodesource.list"
exec_cmd "echo 'deb-src https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' >> /etc/apt/sources.list.d/nodesource.list"
Expand All @@ -315,7 +315,7 @@ exec_cmd 'apt-get update'

node_deprecation_warning

print_status 'Run `apt-get install ${NODEPKG}` (as root) to install ${NODENAME} and npm'
print_status "Run \`apt-get install ${NODEPKG}\` (as root) to install ${NODENAME} and npm"

}

Expand Down
4 changes: 2 additions & 2 deletions deb/src/_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ else
exec_cmd 'wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -'
fi

print_status 'Creating apt sources list file for the NodeSource ${NODENAME} repo...'
print_status "Creating apt sources list file for the NodeSource ${NODENAME} repo..."

exec_cmd "echo 'deb https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' > /etc/apt/sources.list.d/nodesource.list"
exec_cmd "echo 'deb-src https://deb.nodesource.com/${NODEREPO} ${DISTRO} main' >> /etc/apt/sources.list.d/nodesource.list"
Expand All @@ -315,7 +315,7 @@ exec_cmd 'apt-get update'

node_deprecation_warning

print_status 'Run `apt-get install ${NODEPKG}` (as root) to install ${NODENAME} and npm'
print_status "Run \`apt-get install ${NODEPKG}\` (as root) to install ${NODENAME} and npm"

}

Expand Down

0 comments on commit a2be58b

Please sign in to comment.