Parcourir la source

Fixes removepyc script

Ask Solem il y a 14 ans
Parent
commit
68af118f81
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"