From: Stefan Neis Date: Sun, 16 May 2004 17:35:05 +0000 (+0000) Subject: Fixed Cut&Waste error. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/45c6f724804189b8f5e9d1f4cc08a5b69a9a397b?ds=inline Fixed Cut&Waste error. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/os2/dllar.sh b/src/os2/dllar.sh index bfd57a3303..5183c1e40e 100644 --- a/src/os2/dllar.sh +++ b/src/os2/dllar.sh @@ -353,10 +353,10 @@ case $outFile in esac case $outimpFile in *.a) - outimpFile=\`basnam $outimpFile .a\` + outimpFile=`basnam $outimpFile .a` ;; *.lib) - outimpFile=\`basnam $outimpFile .lib\` + outimpFile=`basnam $outimpFile .lib` ;; *) ;;