fix typo
authorSam Hartman <hartmans@painless-security.com>
Mon, 10 Feb 2014 14:13:36 +0000 (09:13 -0500)
committerSam Hartman <hartmans@painless-security.com>
Mon, 10 Feb 2014 14:13:36 +0000 (09:13 -0500)
rpm-builder

index c202688..3f37b69 100755 (executable)
@@ -99,7 +99,7 @@ for t in packages:
 os.umask(022)
 
 try:
-    run_cmd([ 'rm' '-rf',
+    run_cmd([ 'rm', '-rf',
               os.path.expanduser("~/rpmbuild")])
     rum_cmd([ 'rpmdev-setuptree'])
     with current_directory(dist_dir):