Browse Source

lyctl.sh - fixed the shebang

tags/release-00
gashapwn 3 years ago
parent
commit
f418061c22
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      perl-script/conf/lyctl.sh

+ 1
- 1
perl-script/conf/lyctl.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/local/bin/bash

ACMD="$1"
ARGV="$@"


Loading…
Cancel
Save