Skip to content

Commit

Permalink
Merge pull request #1430 from andreas-schwab/master
Browse files Browse the repository at this point in the history
Fix broken scripts
  • Loading branch information
mlschroe committed Dec 16, 2015
2 parents 94304bb + bab6a9c commit 6400255
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/obs_admin
@@ -1,2 +1,2 @@
#!/bin/bash
exec /usr/lib/obs/server/bs_admin "\$@"
exec /usr/lib/obs/server/bs_admin "$@"
2 changes: 1 addition & 1 deletion dist/obs_productconvert
@@ -1,2 +1,2 @@
#!/bin/bash
exec /usr/lib/obs/server/bs_productconvert "\$@"
exec /usr/lib/obs/server/bs_productconvert "$@"
2 changes: 1 addition & 1 deletion dist/obs_serverstatus
@@ -1,2 +1,2 @@
#!/bin/bash
exec /usr/lib/obs/server/bs_serverstatus "\$@"
exec /usr/lib/obs/server/bs_serverstatus "$@"

0 comments on commit 6400255

Please sign in to comment.