Explorar o código

Fixes removepyc script

Ask Solem %!s(int64=13) %!d(string=hai) anos
pai
achega
68af118f81
Modificáronse 1 ficheiros con 1 adicións e 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"