Issue #11847 has been updated by Jeff McCune. Status changed from In Topic Branch Pending Review to Merged - Pending Release
---------------------------------------- Bug #11847: puppet.bat cannot be relocated on Windows https://projects.puppetlabs.com/issues/11847 Author: Josh Cooper Status: Merged - Pending Release Priority: Normal Assignee: Josh Cooper Category: windows Target version: 2.7.10 Affected Puppet version: 2.7.6 Keywords: Branch: https://github.com/puppetlabs/puppet/pull/320 Puppet's `install.rb` script creates wrapper batch scripts in ruby's bin directory. The batch file contains full paths to where it was installed and its current working directory. This makes it impossible to move the ruby directory (and the script) and have the script still work. The preferred way of doing this on Windows is to use `%~dp0`, which is dynamically set to the full path of the directory that contains the script, i.e. what is currently `C:\Ruby187\bin` -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
