2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-19 10:00:25 +00:00

Unify shebang lines

This commit is contained in:
Markus Hilger
2024-05-07 16:43:07 +02:00
parent dc13997f14
commit f42011a493
15 changed files with 15 additions and 15 deletions
@@ -30,7 +30,7 @@ Code Standard Example:
::
#! /usr/bin/perl
#!/usr/bin/perl
# This is a perl program example to demo the recommended
# style to write perl code
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/env perl
#!/usr/bin/env perl
# IBM(c) 2014 EPL license http://www.eclipse.org/legal/epl-v10.html
# This package offers subroutines to access CIM server
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Checkpoint/Restart related environment setup
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2016 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/opt/xcat' : '/usr'; }
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2016 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/opt/xcat' : '/usr'; }
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2016 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/opt/xcat' : '/usr'; }
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2016 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/opt/xcat' : '/usr'; }
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2016 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/opt/xcat' : '/usr'; }
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2016 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : -d '/opt/xcat' ? '/opt/xcat' : '/usr'; }
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
# IBM(c) 2013 EPL license http://www.eclipse.org/legal/epl-v10.html
# This program will start a proxydhcp daemon to handle 4011 request
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
use IO::Socket::INET;
use Time::HiRes qw(gettimeofday sleep);
use Getopt::Long;
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/env perl
#!/usr/bin/env perl
# This script calls xCAT command 'nodestat' and 'xdsh' to
# implement a status monitoring tool like CSM command 'csmstat
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
package genrestapidoc;
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
# Get all the parameters
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# IBM(c) 2014 EPL license http://www.eclipse.org/legal/epl-v10.html
# Usage: