summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-13 00:58:19 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-13 00:58:19 -0500
commitaca64420db93c1d1ab26ad27640458d3a1f09f3d (patch)
treefdbc68dc385b91e2062aa2d1f60237efd97a26cf
parent36c0426277b03c3af60e94458c11d70a32a2030c (diff)
cptobin.sh not copy inexistent files
-rwxr-xr-xcptobin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cptobin.sh b/cptobin.sh
index 068d765..ce4b3bd 100755
--- a/cptobin.sh
+++ b/cptobin.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-cp -f clean_repo.py config.py config.sh get_license.sh main.sh mkpending.py filter.py local_config ~/usr/bin/ \ No newline at end of file
+cp -f clean_repo.py config.py config.sh get_license.sh main.sh filter.py local_config ~/usr/bin/ \ No newline at end of file