Skip to content

Commit

Permalink
escape $PATH in install script as we don't want that expanded.
Browse files Browse the repository at this point in the history
  • Loading branch information
genjix committed Oct 14, 2013
1 parent 7df3095 commit 56167d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-sx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ if [ $ROOT_INSTALL -eq 0 ]; then
echo
echo " export LD_LIBRARY_PATH=$INSTALL_PREFIX/lib/"
echo " export PKG_CONFIG_PATH=$INSTALL_PREFIX/lib/pkgconfig/"
echo " export PATH=$PATH:$INSTALL_PREFIX/bin/"
echo " export PATH=\$PATH:$INSTALL_PREFIX/bin/"
echo
fi

0 comments on commit 56167d1

Please sign in to comment.