scripts/pylint/do_pylint.sh
changeset 853 062290a3b3cf
parent 388 699b206b64b7
child 2071 0aa24d8655ac
--- a/scripts/pylint/do_pylint.sh	Tue Jan 20 22:01:02 2009 +0000
+++ b/scripts/pylint/do_pylint.sh	Tue Jan 20 22:21:32 2009 +0000
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Copyright 2008 the Melange authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -58,4 +58,4 @@
     CHECK_MODULES_PATHS="${CHECK_MODULES_PATHS} ${APP_DIR}/${x}"
 done
 
-pylint $SILENT_ARGS $ARGS $CHECK_MODULES_PATHS
\ No newline at end of file
+pylint $SILENT_ARGS $ARGS $CHECK_MODULES_PATHS