X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=source%2Fnew-driver;h=61a3960877489c259519d11b838afa9a55b677f5;hb=c1edc7e311eadf730946e65695cca0daa09f9d04;hp=937a6741292fe6d33793e7817489c6f02dc7d31d;hpb=5b447f4c7a92f94e579d1f7b32acafcc04ebd56c;p=sigrok-util.git diff --git a/source/new-driver b/source/new-driver index 937a674..61a3960 100755 --- a/source/new-driver +++ b/source/new-driver @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 ## ## This file is part of the sigrok-util project. ## @@ -193,7 +193,7 @@ if __name__ == '__main__': if not opts.author or not opts.email: parser.error('Please provide your username and email address, ' - 'or set your git configuration up.') + 'or set your git configuration up.') name = opts.name names = { 'name': name,