Pārlūkot izejas kodu

Fixes removepyc script

Ask Solem 13 gadi atpakaļ
vecāks
revīzija
68af118f81
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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"