From 715292ba092ea12c1fdad8a369608e348bec26ce Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 12 Sep 2017 10:17:16 +0200 Subject: prototypes: Fix enroll.py enroll.py was missing the correct program to execute when executed via the shell. bash was assumed while Python was needed. --- rumba/prototypes/enroll.py | 1 + 1 file changed, 1 insertion(+) (limited to 'rumba/prototypes') diff --git a/rumba/prototypes/enroll.py b/rumba/prototypes/enroll.py index 6d55b36..774ba52 100755 --- a/rumba/prototypes/enroll.py +++ b/rumba/prototypes/enroll.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # # A library to manage ARCFIRE experiments # -- cgit v1.2.3