Fixed escape
diff --git a/scripts/cells.pl b/scripts/cells.pl
index 5f9f15e..6afa65d 100644
--- a/scripts/cells.pl
+++ b/scripts/cells.pl
@@ -56,7 +56,7 @@
   print "     \`ifdef USE_POWER_PINS\n";
   print "	inout vdd, // cell power supply\n";
   print "	inout gnd  // cell ground supply\n";
-  print "     \'endif\n";
+  print "     \`endif\n";
   print ");\n";
   print "endmodule\n\n";
 }