diff options
author | matusita <matusita@FreeBSD.org> | 2003-07-10 06:50:08 +0000 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2003-07-10 06:50:08 +0000 |
commit | f6bf8350ea211764746f43e8b374e9217913dd36 (patch) | |
tree | a12a42f29c57577d3a695b91ab00efb451bb9555 /emulators/linux-vmware-toolbox6 | |
parent | fa0ecd94542dde80d1f0618a13a7e4401289cbe3 (diff) | |
download | FreeBSD-ports-f6bf8350ea211764746f43e8b374e9217913dd36.zip FreeBSD-ports-f6bf8350ea211764746f43e8b374e9217913dd36.tar.gz |
Remove unneeded backslash for escaping a single quote. Since this message
is not a part of installation contents, no revision bump.
Diffstat (limited to 'emulators/linux-vmware-toolbox6')
-rw-r--r-- | emulators/linux-vmware-toolbox6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux-vmware-toolbox6/Makefile b/emulators/linux-vmware-toolbox6/Makefile index e239e49..cf6aa90 100644 --- a/emulators/linux-vmware-toolbox6/Makefile +++ b/emulators/linux-vmware-toolbox6/Makefile @@ -57,7 +57,7 @@ pre-extract: @${ECHO} " it under the directory VMware Workstation installed." @${ECHO} " *) Press \"OK\" button." @${ECHO} "" - @${ECHO} "Don\'t forget to restore the configuration after installing this port." + @${ECHO} "Don't forget to restore the configuration after installing this port." @${ECHO} "" @${ECHO} "========================================================================" @${ECHO} "" |