Explorar el Código

Fixes removepyc script

Ask Solem hace 13 años
padre
commit
68af118f81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      contrib/release/removepyc.sh

+ 1 - 1
contrib/release/removepyc.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
-(cd "{$1:-.}";
+(cd "${1:-.}";
         find . -name "*.pyc" | xargs rm -- 2>/dev/null) || echo "ok"