summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-09-02 22:41:09 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-09-02 22:41:09 +0200
commit606aeebeb3a37323ea7c03dad666d2b1817979ce (patch)
tree5eba4151b9ad620dbacb20d99ad666b3576cc6f9 /src/shared
parent01e64fceb2f41cf0c079570f45f59ab71813d93d (diff)
shared: Update the update-libosmocore.sh script for standard command
A standard/good install of subtree will have it registered as a command of git itself Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/shared')
-rwxr-xr-xsrc/shared/update-libosmocore.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/update-libosmocore.sh b/src/shared/update-libosmocore.sh
index e7940c3d..69dfbe11 100755
--- a/src/shared/update-libosmocore.sh
+++ b/src/shared/update-libosmocore.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-(cd ../.. && git-subtree pull --prefix=src/shared/libosmocore git://git.osmocom.org/libosmocore.git master)
+(cd ../.. && git subtree pull --prefix=src/shared/libosmocore git://git.osmocom.org/libosmocore.git master)