diff --git a/verify.bash b/verify.bash index 72c1a9f..7e99f76 100644 --- a/verify.bash +++ b/verify.bash @@ -19,9 +19,4 @@ if [ -f $pkgsum ] && [ -f $hostsum ]; then fi else echo "Checksum files not found" -fi -alias cp=moo -if alias -p | grep -q cp; then - # we have a cp alias -echo "cp alias found" fi \ No newline at end of file