diff --git a/src/softIoc/makeInstallDir.pl b/src/softIoc/makeInstallDir.pl index c9d6d2a75..96c305711 100644 --- a/src/softIoc/makeInstallDir.pl +++ b/src/softIoc/makeInstallDir.pl @@ -14,6 +14,8 @@ die "Path to INSTALL_LOCATION missing\n" unless @ARGV == 1; my $path = shift; $path =~ s/\\/\\\\/gx; +$path =~ s/^'//; +$path =~ s/'$//; print "/* THIS IS A GENERATED FILE. DO NOT EDIT! */\n", "\n",