]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/BinWrappers/PosixLike/LzmaF86Compress
BaseTools: Fix BinWrappers LzmaF86Compress Script
[mirror_edk2.git] / BaseTools / BinWrappers / PosixLike / LzmaF86Compress
index c3e49cf29d8f75704aea54dd14a41cd948d75ef4..18946a4d2dc4e655bcfe2e3e04042be22a2d078b 100755 (executable)
@@ -13,7 +13,7 @@
 #
 
 for arg in $*; do
-  if [ "arg" = "-e" -o "arg" = "-d" ]; then
+  if [ "$arg" = "-e" -o "$arg" = "-d" ]; then
     FLAG=--f86
     break;
   fi