Skip to content

Commit

Permalink
corrected formatting of emitted profile script
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Forster committed Nov 21, 2018
1 parent 0fa2a18 commit dc775fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/linux-after-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -e

PROFILE_D_FILE="/etc/profile.d/github-desktop.sh"
INSTALL_DIR="/opt/${productFilename}"
SCRIPT="#!/bin/sh
export PATH=$INSTALL_DIR:\$PATH"
SCRIPT=$"#!/bin/sh
export PATH=\"$INSTALL_DIR:\$PATH\""

case "$1" in
configure)
Expand Down

0 comments on commit dc775fa

Please sign in to comment.