Issue #11847 has been reported by Josh Cooper. ---------------------------------------- Bug #11847: puppet.bat cannot be relocated on Windows https://projects.puppetlabs.com/issues/11847
Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Josh Cooper Category: windows Target version: 2.7.x Affected Puppet version: 2.7.6 Keywords: Branch: 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.
