summaryrefslogtreecommitdiff
path: root/libnm-glib
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-03-19 11:48:31 +0100
committerMichael Biebl <biebl@debian.org>2011-03-29 01:00:47 +0200
commit530f143adf8d403572346f492ba36ae094761c0b (patch)
tree794c43b0137cb12e594b178255da3a3f011ebea1 /libnm-glib
parentb8a1a3864005307929632d77575bcde92b3354c5 (diff)
downloadNetworkManager-530f143adf8d403572346f492ba36ae094761c0b.tar.gz
use /usr/bin/env instead of /bin/env
Diffstat (limited to 'libnm-glib')
-rwxr-xr-xlibnm-glib/tests/test-remote-settings-service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/tests/test-remote-settings-service.py b/libnm-glib/tests/test-remote-settings-service.py
index e6bd798f92..8654200550 100755
--- a/libnm-glib/tests/test-remote-settings-service.py
+++ b/libnm-glib/tests/test-remote-settings-service.py
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/env python
# -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
import glib