From aca64420db93c1d1ab26ad27640458d3a1f09f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Wed, 13 Apr 2011 00:58:19 -0500 Subject: cptobin.sh not copy inexistent files --- cptobin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-2-g168b