]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed Cut&Waste error.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 16 May 2004 17:35:05 +0000 (17:35 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 16 May 2004 17:35:05 +0000 (17:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/dllar.sh

index bfd57a330377dc63c5d390f18f043ae20f4eaf9a..5183c1e40e556a05fa46a8b0b69de78d67420b91 100644 (file)
@@ -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`
     ;;
 *)
     ;;